Skip to content

Commit

Permalink
ci(publish): fix publish worklfow script (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Feb 5, 2024
1 parent 7fc233e commit e3fa947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-artillery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@artilleryio'
- run: node ./github/workflows/scripts/replace-worker-version-in-js-file.js
- run: node .github/workflows/scripts/replace-worker-version-in-js-file.js
env:
COMMIT_SHA: ${{ github.sha }}
- run: node .github/workflows/scripts/rename-packages-to-correct-version.js
Expand Down

0 comments on commit e3fa947

Please sign in to comment.