Skip to content

Commit

Permalink
Fixes ncipollo tag_name -> tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommie committed Dec 29, 2023
1 parent 0ef7e97 commit dbf7cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
commit: ${{ github.ref }}
tag_name: ${{ steps.changelog.outputs.version }}
tag: ${{ steps.changelog.outputs.version }}
body: |
Full changelog ⇒ [${{ steps.extract.outputs.version }}](${{ steps.extract.outputs.url }})
draft: true
Expand Down

0 comments on commit dbf7cf8

Please sign in to comment.