Skip to content

Commit 2ed7e2f

Browse files
committed
Fix GH actions release tag
1 parent 8af5165 commit 2ed7e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
env:
7575
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7676
- name: Publish GitHub release
77-
uses: ncipollo/release-action
77+
uses: ncipollo/release-action@v1
7878
with:
7979
tag: ${{ steps.get_package_version.outputs.package_version }}
8080
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)