Skip to content

Commit

Permalink
ci: Revert GitHub Action changes: no fetch tags for checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Sep 11, 2023
1 parent 28f3582 commit 5cf403c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ jobs:
package:
runs-on: ubuntu-latest
steps:
- fetch-tags: true
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- fetch-tags: true
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ jobs:
package:
runs-on: ubuntu-latest
steps:
- fetch-tags: true
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- fetch-tags: true
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 5cf403c

Please sign in to comment.