Skip to content

Commit

Permalink
chore(ci): check out new tag when publishing to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Dec 18, 2024
1 parent b554093 commit bc999b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

outputs:
new_release_published: ${{ steps.release.outputs.new_release_published }}
new_release_git_tag: ${{ steps.release.outputs.new_release_git_tag }}

steps:
- name: Checkout
Expand Down Expand Up @@ -50,8 +51,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_KEY }}
ref: "${{ needs.release.outputs.new_release_git_tag }}"

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

0 comments on commit bc999b8

Please sign in to comment.