Skip to content

Commit

Permalink
update deprecated set-output (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
amenocal authored Feb 20, 2024
1 parent 1ecfed4 commit 1197c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
shell: bash
env:
POMPATH: ${{ inputs.pom-path }}
run: echo "::set-output name=version::$(${{github.action_path}}/get-version.sh)"
run: echo "version=$(${{github.action_path}}/get-version.sh)" >> $GITHUB_OUTPUT
- name: Result
shell: bash
run: "echo 'Version is now ${{ steps.get-outputs.outputs.version }}'"
Expand Down

0 comments on commit 1197c09

Please sign in to comment.