We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2be90 commit e468feeCopy full SHA for e468fee
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: 🧵 Create Release
41
uses: ncipollo/[email protected]
42
with:
43
- tag: ${{ inputs.tag }}
+ tag: ${{ steps.version.outputs.tag }}
44
token: ${{ secrets.GITHUB_TOKEN }}
45
body: ${{ steps.changelog.outputs.changelog }}
46
allowUpdates: true
0 commit comments