Skip to content

Commit

Permalink
update release job with npm environment (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Callidon authored Mar 26, 2022
1 parent 1d37e81 commit 9e8565a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
environment:
name: npm
url: https://www.npmjs.com/package/bloom-filters
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
Expand Down

0 comments on commit 9e8565a

Please sign in to comment.