We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c9a61 commit a504e7bCopy full SHA for a504e7b
.github/workflows/release.yaml
@@ -14,6 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
outputs:
16
release_created: ${{ steps.release.outputs.release_created }}
17
+ tag_name: ${{ steps.release.outputs.tag_name }}
18
strategy:
19
matrix:
20
otp: [26.0.2]
@@ -32,6 +33,6 @@ jobs:
32
33
uses: elixir-tools/private-workflows/.github/workflows/release.yaml@main
34
with:
35
repo: elixir-tools/next-ls
- tag: ${{ github.event.release.tag_name }}
36
+ tag: ${{ needs.release.outputs.tag_name }}
37
secrets:
38
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments