Skip to content

Commit a504e7b

Browse files
committed
ci(release): use correct value for tag_name
1 parent c1c9a61 commit a504e7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
outputs:
1616
release_created: ${{ steps.release.outputs.release_created }}
17+
tag_name: ${{ steps.release.outputs.tag_name }}
1718
strategy:
1819
matrix:
1920
otp: [26.0.2]
@@ -32,6 +33,6 @@ jobs:
3233
uses: elixir-tools/private-workflows/.github/workflows/release.yaml@main
3334
with:
3435
repo: elixir-tools/next-ls
35-
tag: ${{ github.event.release.tag_name }}
36+
tag: ${{ needs.release.outputs.tag_name }}
3637
secrets:
3738
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)