Skip to content

Commit af33acb

Browse files
committed
chore: environment...
1 parent c115de9 commit af33acb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
release:
4141
name: Release
4242
runs-on: ubuntu-latest
43+
environment: DEV
4344
timeout-minutes: 10
4445
permissions:
4546
contents: write
@@ -68,6 +69,6 @@ jobs:
6869
env:
6970
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7071
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
71-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
72+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7273
# https://docs.npmjs.com/generating-provenance-statements
7374
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)