We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9474aa commit 712caffCopy full SHA for 712caff
.github/workflows/publish-npm.yml
@@ -10,6 +10,8 @@ jobs:
10
npm-publish:
11
name: Publish to NPM & GitHub Package Registry
12
runs-on: ubuntu-latest
13
+ # Required for this workflow to have permission to publish NPM packages
14
+ environment: release
15
permissions:
16
contents: read
17
packages: write
0 commit comments