mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-25 18:15:40 +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
|
uses: hay-kot/homebox/.github/workflows/partial-frontend.yaml@main
|
||||||
|
|
||||||
goreleaser:
|
goreleaser:
|
||||||
|
name: goreleaser
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -51,7 +52,6 @@ jobs:
|
||||||
|
|
||||||
publish-tag:
|
publish-tag:
|
||||||
name: "Publish Tag"
|
name: "Publish Tag"
|
||||||
if: github.event_name == 'release'
|
|
||||||
uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main
|
uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main
|
||||||
with:
|
with:
|
||||||
release: true
|
release: true
|
||||||
|
@ -63,6 +63,7 @@ jobs:
|
||||||
name: Deploy docs
|
name: Deploy docs
|
||||||
needs:
|
needs:
|
||||||
- publish-tag
|
- publish-tag
|
||||||
|
- goreleaser
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout main
|
- name: Checkout main
|
||||||
|
|
Loading…
Reference in a new issue