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 a2aa5f4 commit 0d564d1Copy full SHA for 0d564d1
.github/workflows/release.yml
@@ -71,6 +71,6 @@ jobs:
71
path: ~/.npm # this is cache where npm installs from before going out to the network
72
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
73
- run: npm install --prefer-offline
74
- - run: ./release
+ - run: ./bin/release
75
env:
76
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
release renamed to bin/release
0 commit comments