Skip to content

Commit

Permalink
Stop using ::set-output in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
retrodaredevil committed Nov 28, 2023
1 parent 8365d9d commit 71aafe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
tag_name="${{ github.event.release.tag_name }}"
version=$(echo "$tag_name" | sed "s/v//")
echo "::set-output name=version::$version"
echo "version=$version" >> $GITHUB_OUTPUT
release:
name: Upload Release Assets
runs-on: ubuntu-latest
Expand Down

0 comments on commit 71aafe9

Please sign in to comment.