mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Add version bumper (#25)
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
This commit is contained in:
		| @@ -8,6 +8,15 @@ jobs: | ||||
|   ping-pong: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@master | ||||
|         with: | ||||
|           fetch-depth: '0' | ||||
|       - name: TAG - Bump version and push tag | ||||
|         uses: anothrNick/github-tag-action@1.17.2 | ||||
|         env: | ||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|           WITH_V: true | ||||
|           RELEASE_BRANCHES: master | ||||
|       - name: PING - Dispatch initiating repository event | ||||
|         if: github.event.action != 'pong' | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user