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 5e3b524 commit f637bc4Copy full SHA for f637bc4
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
51
# make release with actual tag for record keeping
52
- name: Github Release 🚀
53
- uses: ncipollo/release-action@v1.14.0
+ uses: ncipollo/release-action@v1.20.0
54
with:
55
prerelease: ${{ contains(env.TAG, '-') }}
56
token: ${{ secrets.GITHUB_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
59
60
# make release with tag "latest" for GH actions
61
62
63
64
65
0 commit comments