Skip to content

Commit 7f73bf0

Browse files
committed
feat: Build before publishing
1 parent 6a00f0c commit 7f73bf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ on:
99
- published
1010

1111
jobs:
12+
build-and-test:
13+
uses: ./.github/workflows/main.yml
14+
1215
publish:
16+
needs: build-and-test
1317
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
1418
secrets:
1519
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)