Skip to content

Commit

Permalink
Replace deprecated ::set-output in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Sep 13, 2024
1 parent a2c9b75 commit b94253d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set owner
id: owner
run: |
echo "::set-output name=owner::${GITHUB_REPOSITORY%/*}"
echo "owner=${GITHUB_REPOSITORY%/*}" >> $GITHUB_OUTPUT
- name: Extract metadata (tags, labels) for Docker 👀
id: meta
Expand Down

0 comments on commit b94253d

Please sign in to comment.