Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Aug 31, 2023
1 parent 5d8ebab commit dadf8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
# Push everything
cp -r src std-uritemplate-php
git add .
git commit -m "PHP Release ${GITHUB_REF_NAME}"
git commit --allow-empty -m "PHP Release ${GITHUB_REF_NAME}"
git push origin main
git tag ${GITHUB_REF_NAME}
git push origin ${GITHUB_REF_NAME}
Expand Down

0 comments on commit dadf8d0

Please sign in to comment.