Skip to content

Commit 4a8dd78

Browse files
committed
Update deploy workflow for NPM to use Github Environments
1 parent 267a18d commit 4a8dd78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
jobs:
1414
publish-npm:
1515
runs-on: ubuntu-latest
16+
environment: 'Publish NPM'
1617
steps:
1718
- uses: actions/checkout@v2
1819
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)