diff options
| author | 2023-10-07 07:51:36 +0800 | |
|---|---|---|
| committer | 2023-10-07 07:51:36 +0800 | |
| commit | 1b63908505d970cf0cde340b75a6d471289d6cbd (patch) | |
| tree | 449c75ad7b2278208de946b28819af25cfe39667 /.github | |
| parent | f07062cdaffdfa1a9b02610475f339a00d4f74a9 (diff) | |
| download | infini-1b63908505d970cf0cde340b75a6d471289d6cbd.tar.gz infini-1b63908505d970cf0cde340b75a6d471289d6cbd.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-publish.yml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 06f509b6..346d4e22 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -50,26 +50,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 |
