We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8094857 commit 8c96f7aCopy full SHA for 8c96f7a
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: ncipollo/release-action@v1
21
with:
22
generateReleaseNotes: true
23
- artifacts: "pkg/nodejs_snowflake.wasm"
+ artifacts: "pkg/nodejs_snowflake_bg.wasm"
24
token: ${{ secrets.GITHUB_TOKEN }}
25
- name: Publish packages to NPM
26
env:
0 commit comments