diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 4a4893c..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Release Go project - -on: - push: - tags: - - "*" # triggers only if push new tag version, like `0.8.4` or else - -jobs: - build: - name: GoReleaser build - runs-on: ubuntu-latest - - steps: - - name: Check out code into the Go module directory - uses: actions/checkout@v4 - with: - fetch-depth: 0 # See: https://goreleaser.com/ci/actions/ - - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: '1.25' - id: go - - - name: Run GoReleaser - uses: goreleaser/goreleaser-action@master - with: - version: latest - args: release --clean - env: - GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }} diff --git a/README.md b/README.md index eb59ef7..5b6f3ef 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,6 @@ GLOBAL OPTIONS: go install github.com/stackb/layer@latest ``` -Or, download a precompiled binary -[release](https://github.com/stackb/layer/releases). - ## Usage Show layers in an image (tarball filename):