Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 27, 2024
1 parent abccdf2 commit a2c29ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-canyon-core.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish Wasm NPM Package
name: Publish canyon-core

on:
push:
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm publish
npm publish

0 comments on commit a2c29ea

Please sign in to comment.