Skip to content

Commit

Permalink
fix(release): remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkiwi committed Feb 20, 2022
1 parent 88515e6 commit bb1f448
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,14 @@ outputs:
description: "Major version of the new release"
value: ${{ steps.release.outputs.release-major }}
runs:
using: "composite"
using: composite
steps:
- name: Semantic Release
id: release
uses: cycjimmy/semantic-release-action@v2
with:
dry_run: ${{ inputs.dry-run }}
extra_plugins: ${{ inputs.extra-plugins }}
- name: Results
shell: bash
run: |
echo "new_release_published: ${{ steps.release.outputs.new_release_published }}"
echo "new_release_version: ${{ steps.release.outputs.new_release_version }}"
echo "new_release_major_version: ${{ steps.release.outputs.new_release_major_version }}"
- name: Fetch Tags
if: steps.release.outputs.new_release_published == 'true'
shell: bash
Expand Down

0 comments on commit bb1f448

Please sign in to comment.