Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Jul 9, 2024
1 parent 369313c commit 2c11672
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
- name: Check for changes since last tag
run: |
if ! git diff $LATEST_VERSION..HEAD --quiet; then
echo "CHANGES_DETECTED=true" >> $GITHUB_ENV
fi
git diff --quiet $LATEST_VERSION..HEAD || echo "CHANGES_DETECTED=true" >> $GITHUB_ENV
- name: No changes detected
if: env.CHANGES_DETECTED != 'true'
Expand Down

0 comments on commit 2c11672

Please sign in to comment.