Skip to content

Commit

Permalink
chore: Pin poetry-publish to semantic-release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsbarnard committed Dec 1, 2023
1 parent 62637f5 commit eb8cb62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
contents: write
outputs:
released: ${{ steps.semantic_release.outputs.released }}
tag: ${{ steps.semantic_release.outputs.tag }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -65,6 +66,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ needs.semantic-release-version.outputs.tag }}

- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit eb8cb62

Please sign in to comment.