Skip to content

Commit

Permalink
ci(publish): replace default image before npm canary publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 31, 2024
1 parent 7d6e8c9 commit 7e18103
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish-all-packages-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ 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
env:
COMMIT_SHA: ${{ github.sha }}
- run: |
export COMMIT_SHA=$(git rev-parse --short HEAD)
node .github/workflows/scripts/replace-package-versions-with-commit-sha.js
Expand Down

0 comments on commit 7e18103

Please sign in to comment.