misc: Cleanup before a release
Kept a lot waiting, haven't I? Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
26ef04b969
commit
e1122a9de7
4 changed files with 6 additions and 8 deletions
|
@ -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 }}
|
||||
|
|
2
.github/workflows/ghrelease.yaml
vendored
2
.github/workflows/ghrelease.yaml
vendored
|
@ -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 }}
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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_
|
||||
|
|
Loading…
Reference in a new issue