Skip to content

Commit

Permalink
ci(publish): fix path and missing needs workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Feb 2, 2024
1 parent fd63c51 commit 275c82c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish-all-packages-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
build:
runs-on: ubuntu-latest
if: "!contains( github.event.head_commit.message, 'ci: release v')"
needs: publish-fargate-worker-image
permissions:
contents: read
packages: write
Expand All @@ -42,7 +43,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: |
Expand Down

0 comments on commit 275c82c

Please sign in to comment.