Skip to content

Commit 2899347

Browse files
Fix environment of GitHub publish action
1 parent 4ccc0dd commit 2899347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
publish-npm:
1414
name: Publish to NPM
1515
runs-on: ubuntu-latest
16+
environment: publish
1617
steps:
1718
- name: Check out
1819
uses: actions/checkout@v5

0 commit comments

Comments
 (0)