Skip to content

Commit 993b920

Browse files
authored
Feature/add ci for npm publication (#214)
2 parents e111ed9 + 3a2a609 commit 993b920

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/publish.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
## vNEXT
44

5+
- Add Github Action CI in order to publish NPM package
6+
57
### Updated contracts
68

79
- [x] `IexecPoco2Delegate.sol`
810

911
### Features
12+
1013
- Housekeeping (#207, )
1114
- Add Halborn "Poco v5.5 & Voucher v1.0" audit report (#205)
1215
- Refactor Factory deployer (#206)

0 commit comments

Comments
 (0)