fix: workflows

This commit is contained in:
imsyy
2023-11-28 12:05:48 +08:00
parent 1fc8cd73c8
commit 2e31578fb6

View File

@@ -47,7 +47,7 @@ jobs:
- name: Create a release
uses: softprops/action-gh-release@v0.1.14
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true
files: "dist/**"