mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	CI: automatically publish Particle library
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -60,3 +60,15 @@ jobs: | |||||||
|           name: ArduinoJson |           name: ArduinoJson | ||||||
|           namespace: bblanchon |           namespace: bblanchon | ||||||
|           api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} |           api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} | ||||||
|  |  | ||||||
|  |   particle: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |       - name: Install | ||||||
|  |         run: npm install -g particle-cli | ||||||
|  |       - name: Checkout | ||||||
|  |         uses: actions/checkout@v3 | ||||||
|  |       - name: Login | ||||||
|  |         run: particle login --token ${{ secrets.PARTICLE_TOKEN }} | ||||||
|  |       - name: Publish | ||||||
|  |         run: extras/scripts/publish-particle-library.sh | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user