Skip to content

Commit

Permalink
NPM is a mystery
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <2n8rn1w1f@mozmail.com>
  • Loading branch information
ahelwer committed Apr 13, 2024
1 parent 8646d50 commit bef1f6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ jobs:
asset_path: tree-sitter-tlaplus.wasm
asset_name: tree-sitter-tlaplus.wasm
asset_content_type: application/octet-stream
- name: Publish global package to NPM
run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
#- name: Publish global package to NPM
#run: npm publish --access=public
#env:
#NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
- name: Change back node package name
run: git checkout package.json
- name: Publish scoped package to NPM
Expand Down

0 comments on commit bef1f6f

Please sign in to comment.