Skip to content

Commit

Permalink
chore: moved release script to bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 3, 2023
1 parent a2aa5f4 commit 0d564d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -71,6 +71,6 @@ jobs:
path: ~/.npm # this is cache where npm installs from before going out to the network
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
- run: npm install --prefer-offline
- run: ./release
- run: ./bin/release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
File renamed without changes.

0 comments on commit 0d564d1

Please sign in to comment.