We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f70c1 commit b54b585Copy full SHA for b54b585
.github/workflows/tag.yml
@@ -21,8 +21,8 @@ jobs:
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
with:
24
- tag_name: ${{ steps.tage_release.outputs.tag }}
25
- release_name: Release ${{ steps.tage_release.outputs.tag }}
+ tag_name: ${{ steps.tag_release.outputs.tag }}
+ release_name: Release ${{ steps.tag_release.outputs.tag }}
26
body: GitHub Actions Release
27
draft: false
28
prerelease: false
0 commit comments