Skip to content

Commit

Permalink
added release tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b committed Oct 29, 2024
1 parent ab391e2 commit 0985b6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/TagRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
if [[ ${{ github.head_ref }} =~ ^release/v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
fi
<<<<<<< HEAD
- name: Tag if
=======
- name:
>>>>>>> a3b6897 (added release tag action)
if: github.event.pull_request.merged == true && steps.check-release.outputs.match == true
run: echo This is a release branch ${{ github.head_ref }}

0 comments on commit 0985b6f

Please sign in to comment.