Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed May 6, 2023
1 parent 04fa09e commit 40d9a5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:

test:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
node-version: [16, 18]
Expand Down Expand Up @@ -91,6 +90,8 @@ jobs:
- test
- tsc
if: startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
steps:
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 40d9a5f

Please sign in to comment.