Skip to content

Commit

Permalink
fix: test release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Sep 28, 2024
1 parent 3d984fc commit b4fe712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
version: latest
- run: pnpm install --ignore-scripts
- run: pnpm wxt prepare
- run: pnpm semantic-release --debug
- run: pnpm semantic-release
env:
GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"assets": [
{
"path": ".output/web-chat-${nextRelease.version}-chrome.zip",
"path": ".output/web-chat-1.0.24-chrome.zip",
"label": "Chrome Extension Installation Package"
}
],
Expand Down

0 comments on commit b4fe712

Please sign in to comment.