;ci: release: avoid creating bogus tags, hopefully
This commit is contained in:
		
							parent
							
								
									b0ad7c138b
								
							
						
					
					
						commit
						570b825aca
					
				
							
								
								
									
										10
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -23,10 +23,10 @@ jobs: | |||||||
|         env: |         env: | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token |           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token | ||||||
|         with: |         with: | ||||||
|           tag_name: ${{ github.ref }} |           tag_name: X.Y | ||||||
|           release_name: ${{ github.ref }} |           release_name: X.Y | ||||||
|           body: | |           body: | | ||||||
|              |             CHANGE 1; CHANGE 2. | ||||||
|             https://hledger.org/release-notes.html |             https://hledger.org/release-notes.html#hledger-X-Y | ||||||
|           draft: true |           draft: true | ||||||
|           prerelease: false |           prerelease: true | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user