Skip to content

Commit ac2f3af

Browse files
committed
fix: Bump package version
1 parent 0101e9e commit ac2f3af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: ./.github/workflows/main.yml
1111

1212
publish:
13-
# needs: build-and-test
13+
needs: build-and-test
1414
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
1515
secrets:
1616
npm-token: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/poco",
3-
"version": "5.6.0-rc0",
3+
"version": "5.6.0-rc1",
44
"description": "",
55
"author": "iExec",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)