Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Jun 17, 2024
1 parent 1ea81a8 commit 94d45ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:

publish-npm-dry-run:
runs-on: ubuntu-latest
needs:
- perpare-deployment
- install-build
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -137,6 +140,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- publish-npm-dry-run
- perpare-deployment
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -159,7 +163,7 @@ jobs:
npm pack ./packages/starknet-snap --tag "$TAG" --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
TAG: ${{ needs.perpare-deployment.outputs }}
TAG: ${{ needs.perpare-deployment.outputs.TAG }}

deploy-wallet-ui:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 94d45ea

Please sign in to comment.