Skip to content

Commit e468fee

Browse files
committed
ci: 👷 fix draft release 5
1 parent 1b2be90 commit e468fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: 🧵 Create Release
4141
uses: ncipollo/[email protected]
4242
with:
43-
tag: ${{ inputs.tag }}
43+
tag: ${{ steps.version.outputs.tag }}
4444
token: ${{ secrets.GITHUB_TOKEN }}
4545
body: ${{ steps.changelog.outputs.changelog }}
4646
allowUpdates: true

0 commit comments

Comments
 (0)