Skip to content

Commit

Permalink
fix: tag trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxity committed May 1, 2024
1 parent 1e40068 commit 1afb69c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-new-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ jobs:
git checkout -b ${releaseBranch} --track mattermost/${releaseBranch}
git reset --hard ${tag}
git tag ${tag} --force
git push origin ${releaseBranch} --force
git push origin ${tag} --force

0 comments on commit 1afb69c

Please sign in to comment.