Skip to content

Commit e53e809

Browse files
Merge pull request #8874 from jenkins-x/fix-output
fix: stop using dprecated output method
2 parents 1b6f272 + 52a178e commit e53e809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jenkins-x-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
env:
169169
VERSION: ${{ steps.getrelease.outputs.release }}
170170
run: |
171-
echo "::set-output name=version::${VERSION#v}"
171+
echo "version=${VERSION#v}" >> "$GITHUB_OUTPUT"
172172
- uses: fusion-engineering/setup-git-credentials@v2
173173
with:
174174
credentials: ${{ format('https://x-access-token:{0}@github.com/', secrets.GIT_BOT_TOKEN) }}

0 commit comments

Comments
 (0)