From 9ae53dddf731e30678636da57a6c61d33c757deb Mon Sep 17 00:00:00 2001 From: ThiaudioTT Date: Sat, 29 Jun 2024 09:24:44 -0300 Subject: [PATCH] chore(actions): revert to null in auto release --- .github/workflows/build-release-python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-python.yaml b/.github/workflows/build-release-python.yaml index 9ec4060..50454f2 100644 --- a/.github/workflows/build-release-python.yaml +++ b/.github/workflows/build-release-python.yaml @@ -42,7 +42,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - # automatic_release_tag: "latest" + automatic_release_tag: null # prerelease: false prerelease: true # draft: true