Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from kurmann/inlude-preview-postfix-in-output
Browse files Browse the repository at this point in the history
Entwurfs-Releases wurden fälschlicherweise als Release mit berücksichtigt
  • Loading branch information
kurmann committed Apr 25, 2024
2 parents cf0c927 + dfc1f82 commit 05fc3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get latest release or prerelease
id: get_release_or_prerelease
run: |
RELEASES_JSON=$(gh release list --json tagName,name,isPrerelease)
RELEASES_JSON=$(gh release list --json tagName,name,isPrerelease --exclude-drafts)
LATEST_RELEASE_OR_PRERELEASE_JSON=$(echo "$RELEASES_JSON" | jq -r '.[0]')
RELEASE_TAG_NAME=$(echo "$LATEST_RELEASE_OR_PRERELEASE_JSON" | jq -r '.tagName')
Expand Down

0 comments on commit 05fc3f7

Please sign in to comment.