Skip to content

Commit

Permalink
Adding --allow-empty to ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Oct 13, 2023
1 parent f3c939b commit 73393b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shell: bash
run: |
git add -A
git commit -m "Releasing new version based on '${{ github.event.inputs.remoteRef }}' of apollo-ios repo."
git commit --allow-empty -m "Releasing new version based on '${{ github.event.inputs.remoteRef }}' of apollo-ios repo."
git push
git tag ${{ github.event.inputs.remoteRef }}
git push --tags

0 comments on commit 73393b5

Please sign in to comment.