Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Apr 3, 2023
1 parent f3bb86d commit 3b862e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -63,6 +63,7 @@ jobs:
name: Deploy docs
needs:
- publish-tag
- goreleaser
runs-on: ubuntu-latest
steps:
- name: Checkout main
Expand Down

0 comments on commit 3b862e3

Please sign in to comment.