Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
chore: run release after build
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 26, 2022
1 parent 14e8262 commit b2e7630
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: npm run test -- -t ${{ matrix.type }} --bail -f dist/cjs/node-test/*js

release:
# needs: [test-node, test-browser, test-electron]
needs: [test-node, test-browser, test-electron]
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
Expand All @@ -145,7 +145,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: lts/*

- run: npm run --if-present release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b2e7630

Please sign in to comment.