Skip to content

Commit 62139a4

Browse files
committed
TMP - commit everything even if checksum is the same
1 parent 94fe1b2 commit 62139a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
args: --no-default-features
230230

231231
- name: "Commit PHAR - development"
232-
if: "!startsWith(github.ref, 'refs/tags/') && steps.checksum-difference.outputs.result == 'different'"
232+
if: "!startsWith(github.ref, 'refs/tags/')"
233233
uses: stefanzweifel/git-auto-commit-action@v4
234234
with:
235235
commit_user_name: "Ondrej Mirtes"

0 commit comments

Comments
 (0)