Skip to content

Commit

Permalink
Disable useless out of action
Browse files Browse the repository at this point in the history
  • Loading branch information
derskythe committed Mar 31, 2023
1 parent 506b6bc commit f4f669b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/make-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ inputs:
description: 'remote_tag_info'
required: true

outputs:
make-minor-release:
description: "make-minor-release"
value: ${{ steps.make-minor-release.outputs }}
make-major-release:
description: "make-minor-release"
value: ${{ steps.make-major-release.outputs }}
# outputs:
# make-minor-release:
# description: "make-minor-release"
# value: ${{ steps.make-minor-release.outputs }}
# make-major-release:
# description: "make-minor-release"
# value: ${{ steps.make-major-release.outputs }}

runs:
using: "composite"
Expand Down

0 comments on commit f4f669b

Please sign in to comment.