Skip to content

Commit b9355dc

Browse files
mfelscheLicenser
authored andcommitted
Remove usage of deprecated set-output
Signed-off-by: Matthias Wahl <[email protected]>
1 parent 37ad7ae commit b9355dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-new-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
6262
git commit -sa -m "Prepare release ${{ env.NEW }}"
63-
echo "::set-output name=commit::$(git rev-parse HEAD)"
63+
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
6464
- name: Push new branch
6565
run: git push origin release/${{ env.NEW }}
6666

0 commit comments

Comments
 (0)