Skip to content

Commit bbf5bb4

Browse files
committed
ci: fix deploy shell script location
1 parent 66f65c5 commit bbf5bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Publish GitHub Release and npm Package
5555
if: matrix.os == 'macOS-latest' && github.event_name == 'push' && github.ref == 'master'
56-
run: bash deploy.sh
56+
run: bash scripts/deploy.sh
5757
env:
5858
CI: 'true'
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)