lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 5b554aa495b336cb3439ac0e5aec20ae70c23eb8
parent ecc06862211898b3defd60ab0df51f251b275747
Author: Sean Enck <sean@ttypty.com>
Date:   Fri, 15 Mar 2024 18:28:35 -0400

remove goreleaser

Diffstat:
D.github/workflows/release.yml | 27---------------------------
D.goreleaser.yml | 24------------------------
MREADME.md | 2--
3 files changed, 0 insertions(+), 53 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -1,27 +0,0 @@ -name: release - -on: - push: - tags: - - '*' - -jobs: - goreleaser: - runs-on: ubuntu-latest - steps: - - name: checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: go - uses: actions/setup-go@v4 - with: - go-version: 1.19 - - name: run - uses: goreleaser/goreleaser-action@v5 - with: - distribution: goreleaser - version: latest - args: release --clean - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.goreleaser.yml b/.goreleaser.yml @@ -1,24 +0,0 @@ -# .goreleaser.yml -# Build customization -project_name: lockbox -builds: - - main: cmd/main.go - env: - - CGO_ENABLED=0 - binary: lb - goos: - - linux - - darwin - goarch: - - amd64 - - arm64 - flags: - - -trimpath - -archives: - - name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}" - format: tar.gz - files: - - none* -checksum: - name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.txt" diff --git a/README.md b/README.md @@ -37,8 +37,6 @@ Use `lb help verbose` for additional information about options and environment v - zsh/bash (for completions) - amd64/arm64 -built binaries are available on the [releases page](https://github.com/enckse/lockbox/releases) - ## usage ### clipboard