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.
2 parents 5dcb503 + 13df6cc commit 3e482efCopy full SHA for 3e482ef
.github/workflows/changelog.yml
@@ -21,6 +21,6 @@ jobs:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
23
- name: Create Release
24
- uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release
+ uses: mikepenz/action-gh-release@v1 #softprops/action-gh-release
25
with:
26
body: ${{steps.github_release.outputs.changelog}}
0 commit comments