aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-10-07 07:18:51 +0800
committer简律纯 <i@jyunko.cn>2023-10-07 07:18:51 +0800
commit1542c3c149a3832b022e19cf409cf0fcf35cba1d (patch)
tree2f32eaa7f6b7a228d92d464f09c85ca1c5a23bec
parent1712182f6a8b588f8bc551e3ed20ff54e7b8e07e (diff)
downloadinfini-1542c3c149a3832b022e19cf409cf0fcf35cba1d.tar.gz
infini-1542c3c149a3832b022e19cf409cf0fcf35cba1d.zip
-rw-r--r--.github/workflows/python-publish.yml42
1 files changed, 21 insertions, 21 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index f9a24a74..d0b9f425 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -48,26 +48,26 @@ jobs:
PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }}
PDM_PUBLISH_USERNAME: ${{ secrets.PDM_PUBLISH_USERNAME }}
- - name: Get Changelog
- id: get-changelog
- run: |
- awk '/-{3,}/{flag=1;next}/Release/{if (flag==1)exit}flag' CHANGELOG.md > .changelog.md
+ # - name: Get Changelog
+ # id: get-changelog
+ # run: |
+ # awk '/-{3,}/{flag=1;next}/Release/{if (flag==1)exit}flag' CHANGELOG.md > .changelog.md
- - name: Create Release
- uses: actions/create-release@main
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- tag_name: ${{ github.ref }}
- release_name: v${{ github.ref }}
- body_path: .changelog.md
- draft: false
- prerelease: ${{ steps.check_version.outputs.PRERELEASE }}
+ # - name: Create Release
+ # uses: actions/create-release@main
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # with:
+ # tag_name: ${{ github.ref }}
+ # release_name: v${{ github.ref }}
+ # body_path: .changelog.md
+ # draft: false
+ # prerelease: ${{ steps.check_version.outputs.PRERELEASE }}
- - name: Trigger Bucket Update
- uses: benc-uk/workflow-dispatch@v1
- with:
- workflow: Excavator
- repo: frostming/scoop-frostming
- token: ${{ secrets.G_T }}
- ref: master \ No newline at end of file
+ # - name: Trigger Bucket Update
+ # uses: benc-uk/workflow-dispatch@v1
+ # with:
+ # workflow: Excavator
+ # repo: frostming/scoop-frostming
+ # token: ${{ secrets.G_T }}
+ # ref: master \ No newline at end of file