File tree Expand file tree Collapse file tree 3 files changed +3
-33
lines changed Expand file tree Collapse file tree 3 files changed +3
-33
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
123
123
- name : Upload Board Asset
124
124
run : |
125
- if [[ steps.changelog_update.outputs.sdk_tag_name != "0" ]]; then
125
+ if [[ steps.changelog_update.outputs.sdk_tag_name != "mikroSDK- 0" ]]; then
126
126
python -u scripts/package.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ steps.changelog_update.outputs.sdk_tag_name }} "True"
127
127
fi
128
128
@@ -133,14 +133,14 @@ jobs:
133
133
ES_PASSWORD : ${{ secrets.ES_PASSWORD }}
134
134
MIKROE_NECTO_AWS : ${{ secrets.MIKROE_NECTO_AWS }}
135
135
run : |
136
- if [[ steps.changelog_update.outputs.sdk_tag_name != "0" ]]; then
136
+ if [[ steps.changelog_update.outputs.sdk_tag_name != "mikroSDK- 0" ]]; then
137
137
echo "Indexing to Test."
138
138
python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.release_version }} ${{ secrets.ES_INDEX_TEST }}
139
139
fi
140
140
141
141
- name : Trigger database update in Core repo
142
142
run : |
143
- if [[ steps.changelog_update.outputs.sdk_tag_name != "0" ]]; then
143
+ if [[ steps.changelog_update.outputs.sdk_tag_name != "mikroSDK- 0" ]]; then
144
144
# Set the required variables
145
145
repo_owner="MikroElektronika"
146
146
repo_name="core_packages"
Original file line number Diff line number Diff line change 26
26
Support added for following hardware:
27
27
28
28
+ ** [ 2024-08-23] ( ./new_hw/2024-08-23.md ) **
29
- + ** [ 2024-09-10] ( ./new_hw/2024-09-10.md ) **
30
29
31
30
---
32
31
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments