Skip to content

Commit

Permalink
Update continuous-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NealGeilen authored May 13, 2024
1 parent a9eb511 commit 9685f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Get latest release
id: latest_release
run: echo "LATEST_RELEASE=$(gh release list -q="map(select(.isLatest))[0]?.tagName" --json tagName,isLatest)" >> $GITHUB_ENV
run: echo "LATEST_RELEASE=$(gh release list --json tagName,publishedAt,isDraft -q='map(select(.isDraft == false)) | sort_by(.publishedAt) | reverse[0]?.tagName')" >> $GITHUB_ENV
- name: Changes with main
run: |
git fetch origin main
Expand Down

0 comments on commit 9685f64

Please sign in to comment.