Skip to content

Commit

Permalink
ci: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jul 31, 2024
1 parent be1215d commit d5b01e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
contents: write

outputs:
new_release: ${{ steps.semantic.outputs.new_release_published == 'true' }}
new_release: ${{ steps.semantic.outputs.new_release_published }}
new_tag: ${{ steps.semantic.outputs.new_release_git_tag }}
new_version: ${{ steps.semantic.outputs.new_release_version }}

Expand All @@ -139,8 +139,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- run: echo ${{ steps.semantic.outputs.new_release_published == 'true' }} ${{steps.semantic.outputs.new_release_published}}

upload:
needs: [release]
if: ${{ needs.release.outputs.new_release }}
Expand Down

0 comments on commit d5b01e5

Please sign in to comment.