Deploy Production Code for Commit 386cc3095c7e96b3cd8048f3860bcf4ea0e… #18
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] |