diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 08b725f..e50ff92 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '>=1.21' + go-version: stable - name: Install scdoc run: sudo apt-get install -y scdoc @@ -30,8 +30,7 @@ jobs: with: distribution: goreleaser version: latest - args: release --rm-dist + args: release --clean env: GITEA_TOKEN: ${{ secrets.PUBLISH_TOKEN }} - UPLOAD_PACKAGES_USERNAME: sam UPLOAD_PACKAGES_SECRET: ${{ secrets.PUBLISH_TOKEN }} diff --git a/.github/workflows/ghrelease.yaml b/.github/workflows/ghrelease.yaml index 1025950..3541629 100644 --- a/.github/workflows/ghrelease.yaml +++ b/.github/workflows/ghrelease.yaml @@ -30,6 +30,6 @@ jobs: with: distribution: goreleaser version: latest - args: release --rm-dist --skip=homebrew,nix,scoop,upload + args: release --clean --skip=homebrew,nix,scoop env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8a235e5..a64fc06 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -106,10 +106,9 @@ nix: name: nur homepage: https://dns.froth.zone/awl description: A DNS query client - license: BSD-3-Clause - extra_install: + license: bsd3 + extra_install: |- installManPage ./doc/awl.1.gz - post_install: | installShellCompletion ./completions/* nfpms: diff --git a/doc/awl.1.scd b/doc/awl.1.scd index e714a95..cf74c43 100644 --- a/doc/awl.1.scd +++ b/doc/awl.1.scd @@ -259,4 +259,4 @@ This man page is probably not complete. Likely numerous more, report them either to the tracker _https://git.froth.zone/sam/awl/issues_ or via email -_~sammefishe/awl-dev@lists.sr.ht_ +_~sammefishe/awl-develop@lists.sr.ht_