We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa021c9 commit 7ad9145Copy full SHA for 7ad9145
.github/workflows/auto-release.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Semantic version
10
runs-on: ubuntu-latest
11
outputs:
12
- tag: ${{ steps.semantic.outputs.release-version }}
+ tag: ${{ steps.semantic.outputs.git-tag }}
13
permissions:
14
checks: read # to wait for required checks
15
contents: write # to be able to publish a GitHub release
0 commit comments