mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 00:25:43 +00:00
fix CI
This commit is contained in:
parent
f3bb86d905
commit
3b862e36c8
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tag.yaml
vendored
3
.github/workflows/tag.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue