We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503b809 commit 888bfc6Copy full SHA for 888bfc6
.github/workflows/release.yml
@@ -18,14 +18,16 @@ jobs:
18
fetch-depth: 0
19
- name: Set up Go
20
uses: actions/setup-go@v5
21
+ - name: Install dependencies
22
+ run: sudo apt-get update && sudo apt-get install -y libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev xorg-dev
23
- name: Run GoReleaser
24
uses: goreleaser/goreleaser-action@v6
25
with:
26
# either 'goreleaser' (default) or 'goreleaser-pro'
27
distribution: goreleaser
28
# 'latest', 'nightly', or a semver
29
version: '1.0.0'
- args: release --clean
30
+ args: release --rm-dist
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
0 commit comments