Skip to content

Commit

Permalink
fix(ci): publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored May 16, 2024
1 parent 5704e33 commit 330b079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: yarn test-coverage
- name: Release
if: matrix.os == 'ubuntu-latest' && matrix.node == 12 && github.event_name == 'push' && github.ref == 'refs/heads/main'
if: matrix.os == 'ubuntu-latest' && matrix.node == 14 && github.event_name == 'push' && github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
Expand Down

0 comments on commit 330b079

Please sign in to comment.