Skip to content

Commit

Permalink
add step to get repo tags
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelamb committed Apr 17, 2024
1 parent ab4e6fd commit 584e334
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
# set release version tag
#----------------------------------------------
- name: Override version tag
run: poetry run TAGS=${{ steps.get_latest_release.outputs.data }} python3 set_release_version.py
run: |
poetry shell
TAGS=${{ steps.get_latest_release.outputs.data }} python3 set_release_version.py
shell: sh


Expand Down

0 comments on commit 584e334

Please sign in to comment.