We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71155e4 commit 5d74d61Copy full SHA for 5d74d61
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "RELEASE_TYPE=${RELEASE_TYPE}" >> $GITHUB_ENV
34
35
- name: Create Release 🎉
36
- uses: ncipollo/release-action@v1.14.0
+ uses: ncipollo/release-action@v1.15.0
37
if: github.ref_type == 'tag'
38
with:
39
bodyFile: "changelog.txt"
0 commit comments