We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a68736 + 4dfb303 commit c373a86Copy full SHA for c373a86
.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/publish-npm.yml@publish-npm-v1.2.0
10
+ secrets:
11
+ npm-token: ${{ secrets.NPM_TOKEN }}
.nvmrc
@@ -0,0 +1 @@
+20
CHANGELOG.md
@@ -2,6 +2,8 @@
## vNEXT
+- Add Github Action CI in order to publish NPM package
## v1.0.1
- Index first parameter of match an claim events in `Voucher` contract. (#61, #72)
0 commit comments