Skip to content

Commit 7ad9145

Browse files
fix(ci): use git tag output instead (#413)
1 parent aa021c9 commit 7ad9145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Semantic version
1010
runs-on: ubuntu-latest
1111
outputs:
12-
tag: ${{ steps.semantic.outputs.release-version }}
12+
tag: ${{ steps.semantic.outputs.git-tag }}
1313
permissions:
1414
checks: read # to wait for required checks
1515
contents: write # to be able to publish a GitHub release

0 commit comments

Comments
 (0)