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