Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #236 from matrixgpt/bertybuttface-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
bertybuttface authored Oct 27, 2023
2 parents 17155cf + 22b1102 commit 36fd6be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Check branch
run: |
BRANCH_NAME=$(git branch --contains ${{ github.sha }} | grep 'main')
if [[ -z $BRANCH_NAME ]]; then
echo "Tagged commit is not on main branch, aborting."
exit 1
fi
-
name: Docker meta
id: meta
Expand Down

0 comments on commit 36fd6be

Please sign in to comment.