Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
fix(devops): move to 'npm' environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzwezdin committed Dec 10, 2023
1 parent 3d12727 commit e902ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id-token: write # to enable use of OIDC for npm provenance
name: Release
runs-on: ubuntu-latest
environment: master
environment: npm
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit e902ff3

Please sign in to comment.