Skip to content

Commit

Permalink
Merge pull request #56 from scramjetorg/fix/release-script-1
Browse files Browse the repository at this point in the history
[Fix] Correct path to script file
  • Loading branch information
a-tylenda committed May 24, 2023
2 parents c9b6bf2 + 158c086 commit 88bc20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refapps-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: ( cd scripts && npm version --no-git-tag-version ${{ inputs.version }} )

- name: Install dependencies
run: ( cd scripts && npm install && run-script.js -w packages -e "npm install" )
run: ( cd scripts && npm install && ./run-script.js -w packages -e "npm install" )

- name: Bump package versions
run: ./scripts/run-script.js -w packages -e "npm version ${{ inputs.version }}"
Expand Down

0 comments on commit 88bc20d

Please sign in to comment.