Skip to content

Commit

Permalink
FIX: fetch all exitsing tags (#5)
Browse files Browse the repository at this point in the history
* MAINT: add `.gitignore`
  • Loading branch information
redeboer authored May 30, 2023
1 parent da1a990 commit f10f0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.8"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
condaenv.*.requirements.txt

0 comments on commit f10f0f3

Please sign in to comment.