We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e0c22 commit 91b010bCopy full SHA for 91b010b
.github/workflows/release.yml
@@ -32,14 +32,14 @@ jobs:
32
# More assembly might be required: Docker logins, GPG, etc.
33
# It all depends on your needs.
34
- name: Run GoReleaser
35
- working-directory: ./cli
36
uses: goreleaser/goreleaser-action@v6
37
with:
38
# either 'goreleaser' (default) or 'goreleaser-pro'
39
distribution: goreleaser-pro
40
# 'latest', 'nightly', or a semver
41
version: "~> v2"
42
args: release --clean
+ workdir: ./cli
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
0 commit comments