Skip to content

Commit

Permalink
Maybe it doesn't like the quotes...
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Aug 29, 2024
1 parent 7378b7c commit 6ac4fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install wasm-pack
run: cargo install wasm-pack

- name: Use Node.js
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
Expand All @@ -39,11 +39,11 @@ jobs:
working-directory: web

- name: Pack
run: npm run pack:all
run: "npm run pack:all"
working-directory: web

- name: Publish Core
run: npm run publish:core
run: "npm run publish:core"
working-directory: web
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 6ac4fd4

Please sign in to comment.