Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 91b010b

Browse files
authored
fix(ci): fix goreleaser working directory (#66)
1 parent 22e0c22 commit 91b010b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
# More assembly might be required: Docker logins, GPG, etc.
3333
# It all depends on your needs.
3434
- name: Run GoReleaser
35-
working-directory: ./cli
3635
uses: goreleaser/goreleaser-action@v6
3736
with:
3837
# either 'goreleaser' (default) or 'goreleaser-pro'
3938
distribution: goreleaser-pro
4039
# 'latest', 'nightly', or a semver
4140
version: "~> v2"
4241
args: release --clean
42+
workdir: ./cli
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution

0 commit comments

Comments
 (0)