Skip to content

Commit 7d37a34

Browse files
committed
feat: Use latest npm package
1 parent 1505b2d commit 7d37a34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

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

1111
jobs:
12-
build-and-test:
13-
uses: ./.github/workflows/main.yml
12+
# build-and-test:
13+
# uses: ./.github/workflows/main.yml
1414

1515
publish:
16-
needs: build-and-test
17-
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.2.0
16+
# needs: build-and-test
17+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.5.0
1818
secrets:
1919
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)