Skip to content

Commit

Permalink
Run release without test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Aug 31, 2022
1 parent 4a50cbb commit b496e73
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 @@ -69,7 +69,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [eslint, test, pack, prettier, tsc]
needs: [eslint, pack, prettier, tsc]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/setup-node@v3
Expand Down

0 comments on commit b496e73

Please sign in to comment.