From 0de089502cc1424b258727b664a5d47850bfcebd Mon Sep 17 00:00:00 2001 From: Toby Jennings Date: Fri, 10 Jan 2025 11:51:16 -0600 Subject: [PATCH] bugfix: correct gh action version tag --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5347318..cd55fe3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: - name: Make Release id: release - uses: python-semantic-release/python-semantic-release@9.15.2 + uses: python-semantic-release/python-semantic-release@v9.15.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} git_committer_name: "github_actions[bot]"