Skip to content

Commit

Permalink
fix: bug in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
remisbaima committed Apr 22, 2022
1 parent cd36870 commit cdf80b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Expand Up @@ -15,6 +15,4 @@ jobs:
release-type: maven
package-name: license-checker-cyclonedx-maven-plugin
- name: Get the step output
run: echo "Step output ${{ steps.release.outputs.release_created }}"
run: echo "Step output ${{ steps.release.outputs }}"
run: echo "Step output ${{ github.ref }}"
run: echo "Step output ${{ steps.release.outputs.release_created }}, ${{ steps.release.outputs }}, ${{ github.ref }}"

0 comments on commit cdf80b1

Please sign in to comment.