v1.5.0 #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Major Version | |
on: | |
release: | |
types: | |
- released # When new version of your action is released | |
workflow_dispatch: # To run manually on any tag | |
jobs: | |
update-major-version: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Update major version | |
uses: sayyid5416/major-tags@v1 |