Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Feb 6, 2024
1 parent dfbbd14 commit 6359024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Check for changes since last tag
id: check_changes
run: |
git fetch --depth=1 origin main:refs/remotes/origin/main
LATEST_TAG=$(git tag --sort=-authordate --merged=main | head --lines 1)
CHANGES=$(git log $LATEST_TAG..HEAD --oneline)
if [[ -z "$CHANGES" ]]; then
Expand Down

0 comments on commit 6359024

Please sign in to comment.