Skip to content

Commit aa678b4

Browse files
committed
Migrate release workflow to $GITHUB_OUTPUT
1 parent fc71acb commit aa678b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.GITHUB_TOKEN }}
5555
- name: Extract version from tag
5656
id: extract_version
57-
run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\/v/}
57+
run: echo version=${GITHUB_REF/refs\/tags\/v/} >> $GITHUB_OUTPUT
5858
- uses: actions/checkout@v4
5959
- uses: docker/build-push-action@v6
6060
with:

0 commit comments

Comments
 (0)