Compare commits
	
		
			1 Commits
		
	
	
		
			main
			...
			fix/ci-job
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | 73cb0a2ffe | 
|  | @ -17,12 +17,6 @@ jobs: | ||||||
|       - name: "Checkout the repository" |       - name: "Checkout the repository" | ||||||
|         uses: "actions/checkout@v3.5.3" |         uses: "actions/checkout@v3.5.3" | ||||||
| 
 | 
 | ||||||
|       - name: "Adjust version number" |  | ||||||
|         shell: "bash" |  | ||||||
|         run: | |  | ||||||
|           yq -i -o json '.version="${{ github.event.release.tag_name }}"' \ |  | ||||||
|             "${{ github.workspace }}/custom_components/samsung_soundbar/manifest.json" |  | ||||||
| 
 |  | ||||||
|       - name: "ZIP the integration directory" |       - name: "ZIP the integration directory" | ||||||
|         shell: "bash" |         shell: "bash" | ||||||
|         run: | |         run: | | ||||||
|  | @ -32,4 +26,4 @@ jobs: | ||||||
|       - name: "Upload the ZIP file to the release" |       - name: "Upload the ZIP file to the release" | ||||||
|         uses: softprops/action-gh-release@v0.1.15 |         uses: softprops/action-gh-release@v0.1.15 | ||||||
|         with: |         with: | ||||||
|           files: ${{ github.workspace }}/custom_components/samsung_soundbar/samsung_soundbar.zip |           files: ${{ github.workspace }}/custom_components/samsung_soundbar/samsung_soundbar.zip | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue