We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad386d commit 81af58bCopy full SHA for 81af58b
.github/workflows/create-release.yml
@@ -53,11 +53,12 @@ jobs:
53
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/littlefs.bin"
54
55
- name: Build Changelog
56
+ id: github_release
57
uses: mikepenz/release-changelog-builder-action@v5
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
with:
- mode: "COMMIT"
61
+ mode: "HYBRID"
62
63
- name: Create Release
64
uses: softprops/action-gh-release@v2
0 commit comments