Skip to content

Commit

Permalink
ci: add webxr provenace (#2365)
Browse files Browse the repository at this point in the history
* ci: add webxr provenace
  • Loading branch information
gz65555 authored Aug 28, 2024
1 parent e63584d commit 17e3edb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm b:all

- name: Release current monorepo
uses: gz65555/[email protected].8
uses: gz65555/[email protected].9
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
3 changes: 3 additions & 0 deletions packages/xr-webxr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"url": "https://github.com/galacean/engine"
},
"license": "MIT",
"main": "dist/main.js",
"module": "dist/module.js",
Expand Down

0 comments on commit 17e3edb

Please sign in to comment.