We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726f466 commit d406e3dCopy full SHA for d406e3d
2 files changed
.github/workflows/create-release.yaml
@@ -91,7 +91,7 @@ jobs:
91
with:
92
name: ${{ steps.tag-version.outputs.tagVersion }}
93
tag_name: ${{ steps.tag-version.outputs.tagVersion }}
94
- files: harperfast-harper-*.tgz
+ files: harper-*.tgz
95
fail_on_unmatched_files: true
96
generate_release_notes: true
97
prerelease: ${{ steps.version-components.outputs.prerelease != '' }}
.gitignore
@@ -43,3 +43,4 @@ commits-to-pick.txt
43
44
# npm run package Outputs
45
harperfast-harper-*.tgz
46
+harper-*.tgz
0 commit comments