Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
  • Loading branch information
thisthat committed Nov 14, 2023
1 parent edebe0b commit b3d0d1b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,7 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main

- name: Debug
env:
INFO: ${{ toJSON(steps.release.outputs) }}
run: |
echo "Path released: ${{ steps.release.outputs.paths_released }}"
echo "Tag name APIs: ${{ steps.release.outputs.apis--tag_name }}"
echo "Outputs: ${INFO}"
echo "Output API: ${{ steps.prepare.outputs.apis }}"
echo "Output Operator: ${{ steps.prepare.outputs.operator }}"
outputs:
release_operator: ${{ steps.prepare.outputs.operator }}
release_apis: ${{ steps.prepare.outputs.apis }}
release_created: ${{ steps.release.outputs.release_created }}
release_tag_name: ${{ steps.release.outputs.tag_name }}

Expand Down

0 comments on commit b3d0d1b

Please sign in to comment.