Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 9020587

Browse files
committed
set working directory
1 parent bd0db1e commit 9020587

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tag.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
- name: Run GoReleaser
4444
uses: goreleaser/goreleaser-action@v4
4545
with:
46+
workdir: "backend"
4647
distribution: goreleaser
4748
version: latest
4849
args: release --clean
4950
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)