diff --git a/.github/workflows/patch-upgrades-release.yml b/.github/workflows/patch-upgrades-release.yml index c36733e..dcdf14d 100644 --- a/.github/workflows/patch-upgrades-release.yml +++ b/.github/workflows/patch-upgrades-release.yml @@ -19,11 +19,5 @@ jobs: with: body: "A test of the auto releaseer for v 1.0.1-beta.1" makeLatest: false + draft: true tag: "v1.0.1-beta.1" - - # See: https://github.com/huggingface/semver-release-action?tab=readme-ov-file - # and https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#branches - # - name: Release - # uses: huggingface/semver-release-action@latest - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08f33e0..0e283d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,11 +4,6 @@ on: push: tags: - '*' - workflow_run: - workflows: ["Periodic Build and Release"] - types: - - completed - env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}