Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
HCLonely committed Dec 10, 2022
1 parent 7b528f9 commit fc31349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ name: Release
paths:
- src/**
- .github/workflows/Release.yml
workflow_dispatch: ''
jobs:
release:
runs-on: ubuntu-latest
Expand Down
5 changes: 2 additions & 3 deletions release.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* @Author : HCLonely
* @Date : 2022-01-16 19:03:01
* @LastEditTime : 2022-12-05 14:41:20
* @LastEditTime : 2022-12-10 10:12:35
* @LastEditors : HCLonely
* @FilePath : /auto-task-new/release.js
* @Description : 自动发布Release
Expand Down Expand Up @@ -35,8 +35,7 @@ settings.on = {
push: {
branches: ['main'],
paths: ['src/**', '.github/workflows/Release.yml']
},
workflow_dispatch: ''
}
};
options.prerelease = version.includes('-');
options.tag_name = `v${version}`;
Expand Down

1 comment on commit fc31349

@vercel
Copy link

@vercel vercel bot commented on fc31349 Dec 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.