mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-24 17:45:41 +00:00
set working directory
This commit is contained in:
parent
bd0db1ea37
commit
9020587c9e
1 changed files with 2 additions and 1 deletions
1
.github/workflows/tag.yaml
vendored
1
.github/workflows/tag.yaml
vendored
|
@ -43,6 +43,7 @@ jobs:
|
|||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
with:
|
||||
workdir: "backend"
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --clean
|
||||
|
|
Loading…
Reference in a new issue