Skip to content

Commit

Permalink
ci(cd): use main environment for publish-npm job
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 25, 2024
1 parent e136202 commit ef73844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Expand Up @@ -34,6 +34,7 @@ jobs:
needs: release
if: needs.release.outputs.release_created == 'true'
runs-on: ubuntu-latest
environment: main
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit ef73844

Please sign in to comment.