mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 09:22:19 +08:00 
			
		
		
		
	chore: enable npm provenance
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,6 +8,10 @@ on: | ||||
| jobs: | ||||
|   release: | ||||
|     runs-on: ubuntu-latest | ||||
|     permissions: | ||||
|       contents: read | ||||
|       id-token: write | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|         with: | ||||
| @@ -32,6 +36,6 @@ jobs: | ||||
|         run: pnpm i | ||||
|  | ||||
|       - name: Publish to NPM | ||||
|         run: pnpm -r publish --access public --no-git-checks | ||||
|         run: pnpm -r publish --provenance --access public --no-git-checks | ||||
|         env: | ||||
|           NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user