Update demo action version

This commit is contained in:
Mike Penz
2022-07-29 20:04:49 +02:00
committed by GitHub
parent f0807d2719
commit d498bbd476
+1 -1
View File
@@ -125,7 +125,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
uses: mikepenz/action-gh-release@v0.2.0-a02 #softprops/action-gh-release
uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release
with:
body: ${{steps.github_release.outputs.changelog}}
```