Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
joisun committed Sep 25, 2024
1 parent da09c4a commit 16e0bab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- 'v*'
- '*'
workflow_dispatch:

permissions:
Expand Down
17 changes: 17 additions & 0 deletions publish note
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
wxt 不支持自定义输出文件名 https://github.com/wxt-dev/wxt/issues/177

因此发布的时候,tag 名,版本号 要和 实际zip 输出保持一致。 例如


```bash
# right
git tag 0.0.1
git push origin 0.0.1
```


```bash
# wrong
git tag v0.0.1
git push origin v0.0.1
```

0 comments on commit 16e0bab

Please sign in to comment.