Skip to content

Commit

Permalink
chore: naming in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
strumswell authored Dec 13, 2023
1 parent f5a8361 commit 84f861d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

deploy-goerli:
deploy-sepolia:
needs: publish-npm
runs-on: ubuntu-latest
environment: goerli-deploy
environment: sepolia
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 84f861d

Please sign in to comment.