diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 93a9eb7..4c0d411 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -2,7 +2,7 @@ name: Docker Image CI on: push: - branches: [ "main" ] + # branches: [ "main" ] tags: [ 'v*.*.*' ] pull_request: branches: [ "main" ] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 427326b..ead02f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,6 @@ jobs: with: tag_name: ${{ github.ref_name }} release_name: ${{ github.ref_name }} - body: | - ## Release Notes - - 自动发布版本。 - - 请根据需求更新对应内容。 draft: false prerelease: false @@ -45,4 +41,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./gemini-balance.zip # 替换为你的构建文件路径 asset_name: gemini-balance.zip # 替换为你的文件名 - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip