Skip to content

Commit b08bbe4

Browse files
committed
Fix syntax in workflow
1 parent fcd86dd commit b08bbe4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/create-release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ jobs:
5353
curl -v --tlsv1.2 --ipv4 --user "[email protected]:$WEB_PWD" --basic -T "./.pio/build/esp32-c3-supermini/littlefs.bin" "https://speeduino.com:2078/AirBear/$TAG_NAME/AirBear-Dash-Data-littlefs.bin"
5454
5555
- name: Build Changelog
56-
uses: mikepenz/release-changelog-builder-action@v5
57-
env:
58-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
with:
60-
mode: "COMMIT"
56+
uses: mikepenz/release-changelog-builder-action@v5
57+
env:
58+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59+
with:
60+
mode: "COMMIT"
6161

6262
- name: Create Release
63-
uses: softprops/action-gh-release@v2
64-
if: startsWith(github.ref, 'refs/tags/')
65-
with:
66-
body: ${{steps.github_release.outputs.changelog}}
67-
files: |
68-
./.pio/build/esp32-c3-supermini/firmware.bin
69-
./.pio/build/esp32-c3-supermini/littlefs.bin
63+
uses: softprops/action-gh-release@v2
64+
if: startsWith(github.ref, 'refs/tags/')
65+
with:
66+
body: ${{steps.github_release.outputs.changelog}}
67+
files: |
68+
./.pio/build/esp32-c3-supermini/firmware.bin
69+
./.pio/build/esp32-c3-supermini/littlefs.bin

0 commit comments

Comments
 (0)