mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	Merge pull request #2271 from TriliumNext/renovate/softprops-action-gh-release-2.x
chore(deps): update softprops/action-gh-release action to v2.3.2
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							| @@ -11,6 +11,7 @@ on: | |||||||
|   pull_request: |   pull_request: | ||||||
|     paths: |     paths: | ||||||
|       - .github/actions/build-electron/* |       - .github/actions/build-electron/* | ||||||
|  |       - .github/workflows/nightly.yml | ||||||
|       - forge.config.cjs |       - forge.config.cjs | ||||||
|  |  | ||||||
| concurrency: | concurrency: | ||||||
| @@ -76,7 +77,7 @@ jobs: | |||||||
|           WINDOWS_SIGN_EXECUTABLE: ${{ vars.WINDOWS_SIGN_EXECUTABLE }} |           WINDOWS_SIGN_EXECUTABLE: ${{ vars.WINDOWS_SIGN_EXECUTABLE }} | ||||||
|  |  | ||||||
|       - name: Publish release |       - name: Publish release | ||||||
|         uses: softprops/action-gh-release@v2.2.2 |         uses: softprops/action-gh-release@v2.3.2 | ||||||
|         if: ${{ github.event_name != 'pull_request' }} |         if: ${{ github.event_name != 'pull_request' }} | ||||||
|         with: |         with: | ||||||
|           make_latest: false |           make_latest: false | ||||||
| @@ -116,7 +117,7 @@ jobs: | |||||||
|           arch: ${{ matrix.arch }} |           arch: ${{ matrix.arch }} | ||||||
|  |  | ||||||
|       - name: Publish release |       - name: Publish release | ||||||
|         uses: softprops/action-gh-release@v2.2.2 |         uses: softprops/action-gh-release@v2.3.2 | ||||||
|         if: ${{ github.event_name != 'pull_request' }} |         if: ${{ github.event_name != 'pull_request' }} | ||||||
|         with: |         with: | ||||||
|           make_latest: false |           make_latest: false | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -114,7 +114,7 @@ jobs: | |||||||
|           path: upload |           path: upload | ||||||
|  |  | ||||||
|       - name: Publish stable release |       - name: Publish stable release | ||||||
|         uses: softprops/action-gh-release@v2.2.2 |         uses: softprops/action-gh-release@v2.3.2 | ||||||
|         with: |         with: | ||||||
|           draft: false |           draft: false | ||||||
|           body_path: docs/Release Notes/Release Notes/${{ github.ref_name }}.md |           body_path: docs/Release Notes/Release Notes/${{ github.ref_name }}.md | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user