Skip to content

Commit

Permalink
chore(actions): deprecate set-output (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh authored May 16, 2023
1 parent 5fef84e commit cf5e66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
KURL_VERSION: ${{ github.event.client_payload.version }}
run: |
KURL_VERSION=$( echo $KURL_VERSION | sed -E -e 's/v(.*)/\1/g' )
echo "::set-output name=parsed_kurl_version::$KURL_VERSION"
echo "parsed_kurl_version=$KURL_VERSION" >> "$GITHUB_OUTPUT"
cp ./hack/release-notes.md.tmpl ./src/release-notes/${KURL_VERSION}.md
DATE=$(date +%F)
WEIGHT=$(echo $KURL_VERSION | tr -d "v\.\-")
Expand Down

1 comment on commit cf5e66a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.