Skip to content

Commit

Permalink
💚 修复缺失tag导致推送release失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xkrfer committed May 2, 2022
1 parent af1f701 commit 99b8326
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
name: release extension
on:
push:
branches:
- main
tags:
- v*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pushdeer-crx",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
Expand Down

0 comments on commit 99b8326

Please sign in to comment.