From 6eaefa39489f0b6dc29bbe43a65ea6c41e1d536f Mon Sep 17 00:00:00 2001 From: Mingjie Jian Date: Thu, 26 Sep 2024 22:12:59 +0200 Subject: [PATCH] (gz): change .yml for ga 4 --- .github/workflows/python-app.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ed365cf1..adc539b6 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -67,12 +67,12 @@ jobs: - name: Test with pytest run: pytest - - name: GitHub Tag - if: github.event_name != 'pull_request' && matrix.name == 'ubuntu' - id: tag_release - uses: mathieudutour/github-tag-action@v5 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} + # - name: GitHub Tag + # if: github.event_name != 'pull_request' && matrix.name == 'ubuntu' + # id: tag_release + # uses: mathieudutour/github-tag-action@v5 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 if: github.event_name != 'pull_request' && matrix.name == 'ubuntu'