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 30ced5d commit 13394bfCopy full SHA for 13394bf
.github/workflows/release-please.yml
@@ -15,6 +15,12 @@ jobs:
15
package-name: release-please-action
16
- uses: actions/checkout@v2
17
- run: docker run -v $PWD:/pwd -w /pwd gengjiawen/node-build bash -c "cd wasm && wasm-pack build --release --scope=gengjiawen"
18
+ - uses: actions/setup-node@v1
19
+ with:
20
+ node-version: 14
21
+ registry-url: 'https://registry.npmjs.org'
22
+ if: ${{ steps.release.outputs.release_created }}
23
+ - run: npx envinfo
24
- run: npm publish --access public
25
working-directory: wasm/pkg
26
env:
0 commit comments