mirror of
				https://github.com/easingthemes/ssh-deploy.git
				synced 2025-10-30 23:30:09 +08:00 
			
		
		
		
	fix: fix manual release action
This commit is contained in:
		
							parent
							
								
									4c8eee72bd
								
							
						
					
					
						commit
						245b7a9d2f
					
				
							
								
								
									
										9
									
								
								.github/workflows/manual-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/manual-release.yml
									
									
									
									
										vendored
									
									
								
							| @ -6,11 +6,10 @@ on: | ||||
|         description: 'Version' | ||||
|         type: choice | ||||
|         required: true | ||||
|         default: patch | ||||
|         default: fix | ||||
|         options: | ||||
|           - patch | ||||
|           - minor | ||||
|           - major | ||||
|           - fix | ||||
|           - feat | ||||
|       dryRun: | ||||
|         description: 'DryRun' | ||||
|         type: boolean | ||||
| @ -64,7 +63,7 @@ jobs: | ||||
|         run: npm run build --if-present | ||||
|       - name: Run Tests | ||||
|         run: npm test --if-present | ||||
|       - name: Publish npm package | ||||
|       - name: Create a release - ${{ github.event.inputs.version }} | ||||
|         uses: cycjimmy/semantic-release-action@v3 | ||||
|         with: | ||||
|           dry_run: ${{ github.event.inputs.dryRun == 'true' }} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Dragan Filipovic
						Dragan Filipovic