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

Commit b2e7630

Browse files
committed
chore: run release after build
1 parent 14e8262 commit b2e7630

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: npm run test -- -t ${{ matrix.type }} --bail -f dist/cjs/node-test/*js
129129

130130
release:
131-
# needs: [test-node, test-browser, test-electron]
131+
needs: [test-node, test-browser, test-electron]
132132
runs-on: ubuntu-latest
133133
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
134134
steps:
@@ -145,7 +145,6 @@ jobs:
145145
- uses: actions/setup-node@v2
146146
with:
147147
node-version: lts/*
148-
149148
- run: npm run --if-present release
150149
env:
151150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)