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 71722b9 commit 027d7d3Copy full SHA for 027d7d3
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: martinbeentjes/npm-get-version-action@3cf273023a0dda27efcd3164bdfb51908dd46a5b
28
- name: Create a GitHub release
29
# v1.15.0
30
- uses: ncipollo/release-action@36e78ab6296394ce36f72f6488e68c2353b50514
+ uses: ncipollo/release-action@fa4749311e8d6997e78065947cc502ba74a057d6
31
with:
32
tag: 'v${{ steps.package-version.outputs.current-version}}'
33
name: 'Release v${{ steps.package-version.outputs.current-version}}'
0 commit comments