IT-496: Rest call path change addressed. #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: Auto Semver | |
on: | |
pull_request_target: | |
types: closed | |
branches: | |
- main | |
jobs: | |
update: | |
if: github.event.pull_request.merged == true | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run Semantic Version tagging action | |
uses: discoverygarden/auto-semver@v1 | |
- name: Update Major Tag | |
uses: discoverygarden/action-major-tag@main | |
with: | |
prefix: 'v' |