Skip to content

Commit 3c64136

Browse files
Reverted changelogs
1 parent 6be5697 commit 3c64136

File tree

3 files changed

+3
-33
lines changed

3 files changed

+3
-33
lines changed

.github/workflows/boardRelease.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Upload Board Asset
124124
run: |
125-
if [[ steps.changelog_update.outputs.sdk_tag_name != "0" ]]; then
125+
if [[ steps.changelog_update.outputs.sdk_tag_name != "mikroSDK-0" ]]; then
126126
python -u scripts/package.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ steps.changelog_update.outputs.sdk_tag_name }} "True"
127127
fi
128128
@@ -133,14 +133,14 @@ jobs:
133133
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
134134
MIKROE_NECTO_AWS: ${{ secrets.MIKROE_NECTO_AWS }}
135135
run: |
136-
if [[ steps.changelog_update.outputs.sdk_tag_name != "0" ]]; then
136+
if [[ steps.changelog_update.outputs.sdk_tag_name != "mikroSDK-0" ]]; then
137137
echo "Indexing to Test."
138138
python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.release_version }} ${{ secrets.ES_INDEX_TEST }}
139139
fi
140140
141141
- name: Trigger database update in Core repo
142142
run: |
143-
if [[ steps.changelog_update.outputs.sdk_tag_name != "0" ]]; then
143+
if [[ steps.changelog_update.outputs.sdk_tag_name != "mikroSDK-0" ]]; then
144144
# Set the required variables
145145
repo_owner="MikroElektronika"
146146
repo_name="core_packages"

changelog/v2.11.2/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
Support added for following hardware:
2727

2828
+ **[2024-08-23](./new_hw/2024-08-23.md)**
29-
+ **[2024-09-10](./new_hw/2024-09-10.md)**
3029

3130
---
3231

changelog/v2.11.2/new_hw/2024-09-10.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)