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

Commit e434af2

Browse files
committedJan 26, 2022
chore: release after build
1 parent d6abdfd commit e434af2

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
@@ -133,8 +133,7 @@ jobs:
133133
run: npm run test -- -t ${{ matrix.type }} --bail -f dist/cjs/node-test/*js
134134

135135
release:
136-
needs: build
137-
# needs: [test-node, test-browser, test-electron]
136+
needs: [test-node, test-browser, test-electron]
138137
runs-on: ubuntu-latest
139138
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
140139
steps:

0 commit comments

Comments
 (0)
This repository has been archived.