Deploy Production Code for Commit 0e63acdf81b6a008b6acdaaadbadb8354fc… #8
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] |