Merge branch 'jfowl-master-patch-57056' into 'master'
Fix: Nightly release tag name should not be a branch name See merge request famedly/conduit!112
This commit is contained in:
		
						commit
						787e18b2a4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -175,7 +175,7 @@ publish:nightly: | |||
|   release: | ||||
|     name: 'Nightly' | ||||
|     description: '⚠️ The latest development version of the day, fresh from the repository. Use at your own risk!' | ||||
|     tag_name: '$CI_COMMIT_REF_SLUG' | ||||
|     tag_name: 'nightly' | ||||
|     assets:  | ||||
|       links: | ||||
|         - name: 'conduit-x86_64-unknown-linux-gnu' | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue