Skip to content

Commit

Permalink
Merge pull request #344 from kbst/test-do-promotion
Browse files Browse the repository at this point in the history
Activate the promote trigger
  • Loading branch information
pst authored Sep 10, 2023
2 parents 0ea4488 + f768d40 commit 3c483d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,5 @@ jobs:
- run: |
export TAG=$(echo $GITHUB_REF | sed -e "s#^refs/heads/release-##")
git tag $TAG
git tag | grep $TAG
git push origin $TAG

0 comments on commit 3c483d7

Please sign in to comment.