Skip to content

Commit

Permalink
Fix CI for tag push event
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jun 11, 2021
1 parent 3ab0065 commit 576accc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Fetch tags
run: git fetch --prune --unshallow --tags
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand All @@ -57,8 +57,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Fetch tags
run: git fetch --prune --unshallow --tags
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand All @@ -78,8 +78,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Fetch tags
run: git fetch --prune --unshallow --tags
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 576accc

Please sign in to comment.