Skip to content

Commit

Permalink
Removed deprecated set-output usage from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aiudirog committed Oct 25, 2022
1 parent b8318af commit cbdf078
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ jobs:
- name: Change Log
id: change_log
run: >-
echo "::set-output name=text::$(
TEXT=$(
git --no-pager log --pretty=format:'- %s (%h)'
`git describe --abbrev=0 --tags HEAD^1`..HEAD
)"
)
echo "text=$TEXT" >> $GITHUB_OUTPUT
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit cbdf078

Please sign in to comment.