We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae327fa commit 758877dCopy full SHA for 758877d
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
release:
9
name: Node.js
10
- uses: node-modules/github-actions/.github/workflows/node-release.yml@v1
+ uses: node-modules/github-actions/.github/workflows/node-release.yml@master
11
secrets:
12
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
0 commit comments