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.
1 parent 9e027e8 commit 2351cb3Copy full SHA for 2351cb3
.github/workflows/release.yml
@@ -53,9 +53,8 @@ jobs:
53
node-version: 14
54
registry-url: https://npm.pkg.github.com/
55
scope: "@requestnetwork"
56
- - run: yarn
57
- - run: yarn build
58
- run: npm ci
+ - run: npm run build
59
- run: npm publish
60
env:
61
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@requestnetwork/xdeployer",
3
- "version": "1.2.4",
+ "version": "1.2.5",
4
"description": "Fork of https://github.com/pcaversaccio/xdeployer",
5
"license": "MIT",
6
"main": "dist/src/index.js",
0 commit comments