Skip to content

Commit 84f861d

Browse files
author
Philipp Bolte
authored
chore: naming in deployment workflow
1 parent f5a8361 commit 84f861d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3636

37-
deploy-goerli:
37+
deploy-sepolia:
3838
needs: publish-npm
3939
runs-on: ubuntu-latest
40-
environment: goerli-deploy
40+
environment: sepolia
4141
steps:
4242
- uses: actions/checkout@v3
4343
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)