From 7b9497735b98135f8274f97b812c4b83ea9e00dd Mon Sep 17 00:00:00 2001 From: ThiaudioTT Date: Sat, 29 Jun 2024 09:21:40 -0300 Subject: [PATCH] chore(actions): removing latest tag on build --- .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 ca5da3a..9ec4060 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: "latest" # prerelease: false prerelease: true # draft: true