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 211c143 commit 5d1f5d0Copy full SHA for 5d1f5d0
.github/workflows/release.yml
@@ -7,9 +7,7 @@ on:
7
jobs:
8
release:
9
name: Node.js
10
- uses: node-modules/github-actions/.github/workflows/node-release.yml@master
+ uses: eggjs/github-actions/.github/workflows/node-release.yml@master
11
secrets:
12
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
14
- with:
15
- checkTest: false
0 commit comments