We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$GITHUB_OUTPUT
1 parent fc71acb commit aa678b4Copy full SHA for aa678b4
1 file changed
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
password: ${{ secrets.GITHUB_TOKEN }}
55
- name: Extract version from tag
56
id: extract_version
57
- run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\/v/}
+ run: echo version=${GITHUB_REF/refs\/tags\/v/} >> $GITHUB_OUTPUT
58
- uses: actions/checkout@v4
59
- uses: docker/build-push-action@v6
60
with:
0 commit comments