Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 16, 2024
1 parent 026b3d6 commit 07f547f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
changelog: "false"
github_token: ${{ secrets.GITHUB_TOKEN }}

# - name: check release state
# run: |
# echo "release: ${{ steps.release.outputs.released }}"
- name: check release state
run: |
echo "release: ${{ steps.release.outputs.released }}"
outputs:
release: ${{ steps.release.outputs.released }}

Expand Down

0 comments on commit 07f547f

Please sign in to comment.