Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 authored Mar 9, 2024
1 parent a944936 commit 5a4c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Set version in install.rdf
run: |
previous_tag=$(git tag --sort=-creatordate | head -n 1)
previous_tag=$(git tag --sort=-creatordate | grep -E '^v2.1.4b1_r.*' | head -n 1)
echo "PREVIOUS_TAG=$previous_tag" >> $GITHUB_ENV
changelog_exist=$( [[ $(git rev-parse $previous_tag) != $(git rev-parse HEAD) ]] && echo true || echo false )
echo "CHANGELOG_EXIST=$changelog_exist" >> $GITHUB_ENV
Expand Down

0 comments on commit 5a4c238

Please sign in to comment.