Skip to content

Commit 91e15f4

Browse files
authored
ci: add npm environment to release workflow (#73)
Adds `environment: npm` so npm publishes show up under GitHub Deployments alongside PyPI and GitHub Pages.
2 parents 0317df5 + dbcf0a0 commit 91e15f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
release:
88
runs-on: ubuntu-latest
9+
environment: npm
910
steps:
1011
- uses: actions/checkout@v4
1112
with: { fetch-depth: 0 }

0 commit comments

Comments
 (0)