Deploy Production Code for Commit 32bb2a8d7bda92f28b1fd223fc5793ab27f… #14
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] |