Skip to content

Commit

Permalink
pull tags before picking semver
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 13, 2023
1 parent 262506c commit a2e6293
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Get tags
run: git fetch --tags origin

- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand All @@ -44,4 +47,4 @@ jobs:
with:
files: /tmp/python/python*.tar.gz
tag_name: ${{ env.SELECTED_TAG }}
body: "Python ${{ inputs.python_version }}"
body: "Python ${{ inputs.python_version }}"

0 comments on commit a2e6293

Please sign in to comment.