Skip to content

Commit c5e3f24

Browse files
committed
chore: update github workflow
1 parent 13a577f commit c5e3f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
301301
- name: create github release
302302
uses: softprops/action-gh-release@v2
303-
if: github.ref_type == 'tag' && startsWith( github.ref, 'refs/tags')
303+
if: github.ref_type == 'tag' && startsWith( github.ref, 'refs/tags/v')
304304
with:
305305
files: "dist/*"
306306
name: "v${{ steps.get_release_informations.outputs.release_version }}"

0 commit comments

Comments
 (0)