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 0101e9e commit ac2f3afCopy full SHA for ac2f3af
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
uses: ./.github/workflows/main.yml
11
12
publish:
13
- # needs: build-and-test
+ needs: build-and-test
14
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
15
secrets:
16
npm-token: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@iexec/poco",
3
- "version": "5.6.0-rc0",
+ "version": "5.6.0-rc1",
4
"description": "",
5
"author": "iExec",
6
"license": "Apache-2.0",
0 commit comments