Skip to content

Commit

Permalink
ci(release.yml): try setting fetch-tags: true to resolve 'local' vers…
Browse files Browse the repository at this point in the history
…ion issue
  • Loading branch information
aleaf committed Oct 19, 2024
1 parent ca5c4bf commit 1f5a2f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
ref: master
fetch-tags: true

- name: Get latest release version number
id: get_version
Expand Down Expand Up @@ -138,6 +140,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: master
fetch-tags: true

- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 1f5a2f2

Please sign in to comment.