Skip to content

Commit

Permalink
(gz): change .yml for ga 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingjie Jian committed Sep 26, 2024
1 parent a3ae1c2 commit 6eaefa3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6eaefa3

Please sign in to comment.