Skip to content

Commit

Permalink
Address set-output deprecation (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Oct 17, 2022
1 parent df69d58 commit 26be07d
Show file tree
Hide file tree
Showing 4 changed files with 1,020 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -48,9 +48,9 @@ jobs:
tag=${GITHUB_REF/refs\/tags\//}
version=${tag#v}
major=${version%%.*}
echo "::set-output name=tag::${tag}"
echo "::set-output name=version::${version}"
echo "::set-output name=major::${major}"
echo "tag=${tag}" >> $GITHUB_OUTPUT
echo "version=${version}" >> $GITHUB_OUTPUT
echo "major=${major}" >> $GITHUB_OUTPUT
- uses: release-drafter/release-drafter@master
with:
Expand Down

0 comments on commit 26be07d

Please sign in to comment.