Skip to content

Commit

Permalink
use single tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 29, 2023
1 parent 929f6e0 commit de1ccad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/downgraded_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ jobs:
# separate a "git add" to add untracked (new) files too
git add --all
git commit -m "release PHP 7.2 downgraded"
git tag "${GITHUB_REF#refs/tags/}.72"
git push origin "${GITHUB_REF#refs/tags/}.72"
# force push tag, so there is only 1 version
git tag "${GITHUB_REF#refs/tags/}" --force
git push origin "${GITHUB_REF#refs/tags/}" --force

0 comments on commit de1ccad

Please sign in to comment.