Skip to content

Commit 0d541c6

Browse files
committed
ci: fix attach zip to release page
1 parent 7b622d3 commit 0d541c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if-no-files-found: error
8181

8282
- name: Attach ZIP to GitHub Release
83-
if: startsWith(github.ref, 'refs/tags/v')
83+
if: startsWith(github.ref, 'refs/tags/')
8484
uses: softprops/action-gh-release@v2
8585
with:
8686
files: dist/${{ env.ZIP_NAME }}

0 commit comments

Comments
 (0)