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 2f47f9e + 7b18dd1 commit 6dd91ecCopy full SHA for 6dd91ec
.github/workflows/npm-publish.yml
@@ -0,0 +1,18 @@
1
+name: Publish package to NPM
2
+
3
+on:
4
+ release:
5
+ types: [created]
6
7
+jobs:
8
+ publish-npm:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v3
12
+ - uses: actions/setup-node@v3
13
+ with:
14
+ node-version: 20.10
15
+ registry-url: https://registry.npmjs.org/
16
+ - run: npm publish
17
+ env:
18
+ NODE_AUTH_TOKEN: ${{secrets.IDENTITY_NPM_PUBLISH_TOKEN}}
package.json
@@ -1,6 +1,6 @@
{
"name": "@iden3/react-native-rapidsnark",
- "version": "0.0.1-alpha.1",
+ "version": "0.0.1-alpha.2",
"description": "React-native wrapper for rapidsnark",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments