Skip to content

Commit

Permalink
Auth for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Apr 15, 2024
1 parent bda7db6 commit 93181df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
run: |
npm version --no-git-tag-version $(npm view @bitwarden/sdk-wasm@latest version)
npm version --no-git-tag-version prerelease
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: languages/js/wasm

- name: Publish NPM
Expand Down

0 comments on commit 93181df

Please sign in to comment.