fix: bump version
This commit is contained in:
		
							parent
							
								
									5180a93ee6
								
							
						
					
					
						commit
						cdc7d62440
					
				@ -13,8 +13,6 @@ jobs:
 | 
				
			|||||||
        fetch-depth: 0
 | 
					        fetch-depth: 0
 | 
				
			||||||
        fetch-tags: true
 | 
					        fetch-tags: true
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    - run: echo stable=${{ inputs.STABLE }} pre=${{ inputs.BETA }}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    - name: Set up Go
 | 
					    - name: Set up Go
 | 
				
			||||||
      uses: actions/setup-go@v3
 | 
					      uses: actions/setup-go@v3
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
@ -22,7 +20,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    - run: go install github.com/psanetra/git-semver/cli@master
 | 
					    - run: go install github.com/psanetra/git-semver/cli@master
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - run: git tag v$(cli next --stable=false --pre-release-counter)
 | 
					    - run: git tag v$(cli next --stable=false)
 | 
				
			||||||
    - run: git push --tags
 | 
					    - run: git push --tags
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - run: echo "🍏 This job's status is ${{ job.status }}."
 | 
					    - run: echo "🍏 This job's status is ${{ job.status }}."
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user