Skip to content

Commit

Permalink
ci(release): use correct value for tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Sep 18, 2023
1 parent c1c9a61 commit a504e7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
strategy:
matrix:
otp: [26.0.2]
Expand All @@ -32,6 +33,6 @@ jobs:
uses: elixir-tools/private-workflows/.github/workflows/release.yaml@main
with:
repo: elixir-tools/next-ls
tag: ${{ github.event.release.tag_name }}
tag: ${{ needs.release.outputs.tag_name }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a504e7b

Please sign in to comment.