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 f3e24d5 commit bab3ff1Copy full SHA for bab3ff1
.github/workflows/release-please.yml
@@ -11,4 +11,11 @@ jobs:
11
with:
12
token: ${{ secrets.GITHUB_TOKEN }}
13
release-type: simple
14
- package-name: release-please-action
+ package-name: release-please-action
15
+ - uses: actions/checkout@v2
16
+ - run: docker run -v $PWD:/pwd -w /pwd gengjiawen/node-build bash -c "cd wasm && wasm-pack build --release --scope=gengjiawen"
17
+ - run: npm publish
18
+ working-directory: wasm/pkg
19
+ env:
20
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
21
+ if: ${{ steps.release.outputs.release_created }}
0 commit comments