From 24e54174bb5dda54e4234d91aa5fdf6cc8b7f353 Mon Sep 17 00:00:00 2001 From: Sietze van Buuren Date: Fri, 16 Aug 2024 18:13:36 +0200 Subject: [PATCH] fix(release): fix python semantic release action job Signed-off-by: Sietze van Buuren --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0ccdba5..c96252e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -61,7 +61,7 @@ jobs: - name: Python Semantic Release id: release - uses: python-semantic-release/action@master + uses: python-semantic-release/python-semantic-release@master with: github_token: ${{ secrets.GITHUB_TOKEN }}