Skip to content

Commit c373a86

Browse files
authored
feature/Add GitHub Actions workflow for publishing NPM package (#78)
2 parents 1a68736 + 4dfb303 commit c373a86

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-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/publish-npm.yml@publish-npm-v1.2.0
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vNEXT
44

5+
- Add Github Action CI in order to publish NPM package
6+
57
## v1.0.1
68

79
- Index first parameter of match an claim events in `Voucher` contract. (#61, #72)

0 commit comments

Comments
 (0)