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 014115f commit 3f5c8afCopy full SHA for 3f5c8af
.github/workflows/release.yml
@@ -103,7 +103,7 @@ jobs:
103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104
- name: Create release
105
id: create_release
106
- uses: ncipollo/release-action@v1.14.0
+ uses: ncipollo/release-action@v1.15.0
107
with:
108
body: ${{ steps.build_changelog.outputs.changelog }}
109
name: Release ${{ needs.version.outputs.RELEASE_VERSION }}
0 commit comments