Skip to content

Commit

Permalink
Tweak working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Apr 15, 2024
1 parent 2dcb005 commit bda7db6
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,8 +62,10 @@ jobs:
run: |
npm version --no-git-tag-version $(npm view @bitwarden/sdk-wasm@latest version)
npm version --no-git-tag-version prerelease
working-directory: languages/js/wasm

- name: Publish NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: languages/js/wasm

0 comments on commit bda7db6

Please sign in to comment.