We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f9ffb commit b22e46cCopy full SHA for b22e46c
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
version: ${{ steps.trim.outputs.version }}
17
steps:
18
- id: trim
19
- run: echo "::set-output name=version::${TAG:1}"
+ run: echo "version=${TAG:1}" >> $GITHUB_OUTPUT
20
env:
21
TAG: ${{ github.event.release.tag_name }}
22
0 commit comments