We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b6f272 + 52a178e commit e53e809Copy full SHA for e53e809
.github/workflows/jenkins-x-release.yaml
@@ -168,7 +168,7 @@ jobs:
168
env:
169
VERSION: ${{ steps.getrelease.outputs.release }}
170
run: |
171
- echo "::set-output name=version::${VERSION#v}"
+ echo "version=${VERSION#v}" >> "$GITHUB_OUTPUT"
172
- uses: fusion-engineering/setup-git-credentials@v2
173
with:
174
credentials: ${{ format('https://x-access-token:{0}@github.com/', secrets.GIT_BOT_TOKEN) }}
0 commit comments