From 6b06275f91b1f30c92b710276cbe94898cec911f Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Wed, 19 Jul 2023 20:04:25 -0600 Subject: [PATCH] ci: fix semantic-release version --- .github/workflows/test_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index f8c477a..bd14cf6 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -107,7 +107,7 @@ jobs: npm run build - name: Python Semantic Release - uses: relekang/python-semantic-release@master + uses: relekang/python-semantic-release@v7.34.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__