Skip to content

Commit 0d564d1

Browse files
committed
chore: moved release script to bin/
1 parent a2aa5f4 commit 0d564d1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
path: ~/.npm # this is cache where npm installs from before going out to the network
7272
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
7373
- run: npm install --prefer-offline
74-
- run: ./release
74+
- run: ./bin/release
7575
env:
7676
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
File renamed without changes.

0 commit comments

Comments
 (0)