Deploy Production Code for Commit e9abb9ce6e35175032a1e82dd997ac600ad… #16
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 Tag | |
on: | |
push: | |
tags: | |
- 'v*' | |
jobs: | |
update-majorver: | |
name: Update Major Version Tag | |
runs-on: ubuntu-latest | |
steps: | |
- uses: nowactions/[email protected] |