From eb8cb62180d62f672d4a93c7f18560639ecb3c0e Mon Sep 17 00:00:00 2001 From: Kevin Barnard Date: Thu, 30 Nov 2023 17:18:20 -0800 Subject: [PATCH] chore: Pin poetry-publish to semantic-release tag --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aa3234..5ba4bab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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