Skip to content

Commit

Permalink
Fix downgrade commit release (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Dec 12, 2024
1 parent db2e9f5 commit ff8148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downgraded_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
# separate a "git add" to add untracked (new) files too
git add --all
git commit -m "release PHP 7.4 downgraded"
git commit -m "release PHP 7.2 downgraded"
# force push tag, so there is only 1 version
git tag "${GITHUB_REF#refs/tags/}" --force
Expand Down

0 comments on commit ff8148d

Please sign in to comment.