mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	add bun in action
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,12 +10,13 @@ jobs: | |||||||
|       id-token: write |       id-token: write | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|  |       - uses: oven-sh/setup-bun@v2 | ||||||
|       # Setup .npmrc file to publish to npm |       # Setup .npmrc file to publish to npm | ||||||
|       - uses: actions/setup-node@v4 |       - uses: actions/setup-node@v4 | ||||||
|         with: |         with: | ||||||
|           node-version: '20.x' |           node-version: '20.x' | ||||||
|           registry-url: 'https://registry.npmjs.org' |           registry-url: 'https://registry.npmjs.org' | ||||||
|       - run: npm ci |       - run: bun install --frozen-lockfile | ||||||
|       - run: npm publish --provenance --access public |       - run: npm publish --provenance --access public | ||||||
|         env: |         env: | ||||||
|           NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |           NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 sunny.luo
					sunny.luo