Skip to content

Commit

Permalink
allow empty
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanZelic authored Dec 29, 2024
1 parent c5bd728 commit 1313353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/perform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Commit
uses: EndBug/add-and-commit@v9
with:
commit: '--allow-empty'
push: true
tag: ${{ github.event.inputs.tag }}
message: Build Release ${{ github.event.inputs.tag }}
message: Build Release ${{ github.event.inputs.tag }}

0 comments on commit 1313353

Please sign in to comment.