Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.

Commit ec7cae3

Browse files
authored
Fix release tagging (#94)
1 parent cc24238 commit ec7cae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
echo "::set-output name=VERSION::$(cat VERSION)"
5151
echo "::set-output name=VERSION_MODIFIED::$(
52-
git diff --quiet HEAD^ VERSION && echo true || echo false
52+
git diff --quiet HEAD^ VERSION && echo false || echo true
5353
)"
5454
- name: Create release
5555
if: |

0 commit comments

Comments
 (0)