This commit is contained in:
Hayden 2023-04-03 14:18:08 -08:00
parent f3bb86d905
commit 3b862e36c8
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -18,6 +18,7 @@ jobs:
uses: hay-kot/homebox/.github/workflows/partial-frontend.yaml@main
goreleaser:
name: goreleaser
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -51,7 +52,6 @@ jobs:
publish-tag:
name: "Publish Tag"
if: github.event_name == 'release'
uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main
with:
release: true
@ -63,6 +63,7 @@ jobs:
name: Deploy docs
needs:
- publish-tag
- goreleaser
runs-on: ubuntu-latest
steps:
- name: Checkout main