We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1505b2d commit 7d37a34Copy full SHA for 7d37a34
.github/workflows/publish.yml
@@ -9,11 +9,11 @@ on:
9
- published
10
11
jobs:
12
- build-and-test:
13
- uses: ./.github/workflows/main.yml
+ # build-and-test:
+ # uses: ./.github/workflows/main.yml
14
15
publish:
16
- needs: build-and-test
17
- uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.2.0
+ # needs: build-and-test
+ uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.5.0
18
secrets:
19
npm-token: ${{ secrets.NPM_TOKEN }}
0 commit comments