Skip to content

Commit

Permalink
Minor adjustments to WASM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Sep 6, 2024
1 parent 1c99653 commit 5f39355
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
name: npm-package
path: tools/npm/garaga_rs/*.tgz
if-no-files-found: error

release:
name: Release
Expand All @@ -48,14 +49,14 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [build, test]
steps:
- name: Download package file as artifact
uses: actions/download-artifact@v4
with:
name: npm-package
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- name: Download package file as artifact
uses: actions/download-artifact@v4
with:
name: npm-package
- name: Publish to npm
run: |
npm login
Expand Down

0 comments on commit 5f39355

Please sign in to comment.