Skip to content

Commit

Permalink
Merge pull request #267 from DerekStride/fix-publish-workflow
Browse files Browse the repository at this point in the history
fix(ci): generate the parser artifacts before cargo publish
  • Loading branch information
matthias-Q authored Aug 1, 2024
2 parents 10d21e3 + 66e754e commit 6f1e8bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 6f1e8bf

Please sign in to comment.