Skip to content

Commit

Permalink
add fetch-depth, fetch-tags options
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed May 20, 2024
1 parent 7346cf3 commit 078f31b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 078f31b

Please sign in to comment.