mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-25 20:10:27 +00:00
maybe fix build?
This commit is contained in:
parent
3563233756
commit
e90e8484f5
2 changed files with 9 additions and 1 deletions
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
@ -41,6 +41,8 @@ jobs:
|
|||
with:
|
||||
release: true
|
||||
tag: ${{ github.event.release.tag_name }}
|
||||
secrets:
|
||||
GITHUB_TOKEN: ${{ secrets.CR_PAT }}
|
||||
|
||||
publish-nightly:
|
||||
name: "Publish Nightly"
|
||||
|
@ -50,6 +52,8 @@ jobs:
|
|||
uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main
|
||||
with:
|
||||
tag: nightly
|
||||
secrets:
|
||||
GITHUB_TOKEN: ${{ secrets.CR_PAT }}
|
||||
|
||||
deploy-docs:
|
||||
name: Deploy docs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue