Skip to content

Commit

Permalink
last attempt before rolling back to plain old bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Feb 7, 2024
1 parent 3364020 commit 8700f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
path: pkg
- name: Setup NPM
uses: actions/setup-node@v4
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Publish on NPM
run: npm publish pkg/nbittich-adana-script-wasm-${{github.ref_name}}.tgz
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8700f17

Please sign in to comment.