Skip to content

Commit

Permalink
Test once more
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed Nov 1, 2023
1 parent 934e9a8 commit 7dbca19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Get release status
id: release-status
run: |
echo $(gh release view ${{ env.version }} --json isDraft --jq .isDraft)
echo is-draft=$(gh release view ${{ env.version }} --json isDraft --jq .isDraft) >> "$GITHUB_OUTPUT"
echo $(gh release view ${{ env.VERSION }} --json isDraft --jq .isDraft)
echo is-draft=$(gh release view ${{ env.VERSION }} --json isDraft --jq .isDraft) >> "$GITHUB_OUTPUT"
env:
GITHUB_TOKEN: ${{ github.token }}
VERSION: v${{ steps.package-version.outputs.current-version }}
Expand Down

0 comments on commit 7dbca19

Please sign in to comment.