Skip to content

Commit

Permalink
Add draft:true and remove uneeded workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
sarg3nt committed Oct 30, 2024
1 parent 53daee8 commit 9b4211a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/patch-upgrades-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
push:
tags:
- '*'
workflow_run:
workflows: ["Periodic Build and Release"]
types:
- completed

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 9b4211a

Please sign in to comment.