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.
2 parents e111ed9 + 3a2a609 commit 993b920Copy full SHA for 993b920
.github/workflows/publish.yml
@@ -0,0 +1,11 @@
1
+name: Publish NPM Package
2
+
3
+on:
4
+ release:
5
+ types: [published]
6
7
+jobs:
8
+ publish:
9
+ uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
10
+ secrets:
11
+ npm-token: ${{ secrets.NPM_TOKEN }}
.nvmrc
@@ -0,0 +1 @@
+20
CHANGELOG.md
@@ -2,11 +2,14 @@
## vNEXT
+- Add Github Action CI in order to publish NPM package
### Updated contracts
- [x] `IexecPoco2Delegate.sol`
### Features
12
13
- Housekeeping (#207, )
14
- Add Halborn "Poco v5.5 & Voucher v1.0" audit report (#205)
15
- Refactor Factory deployer (#206)
0 commit comments