Skip to content

Commit

Permalink
chore(release): dont create gentoo Go dependency archives
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Jun 15, 2024
1 parent 640d89d commit b9db2d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,6 @@ jobs:
- name: Generate CHANGELOG
run: |-
mise run changelog-release
- name: Create Gentoo Go Dependency Archive
env:
NEXT_VERSION: ${{ steps.next_version.outputs.version }}
run: |-
export GOMODCACHE="$(pwd)/.dist/go-mod"
mkdir -p "${GOMODCACHE}"
cd "${GOMODCACHE}/.."
go mod download -modcacherw
XZ_OPT='-T0 -9' tar -acf "stencil-${NEXT_VERSION}-deps.tar.xz" go-mod
- name: Create release artifacts and Github Release
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ sboms:
- artifacts: archive

release:
prerelease: "{{ .Env.BUILD_RC }}"
extra_files:
- glob: .dist/stencil-*-deps.tar.xz
prerelease: "auto"
footer: |-
**Full Changelog**: https://github.com/rgst-io/stencil/compare/{{ .PreviousTag }}...{{ .Tag }}

0 comments on commit b9db2d8

Please sign in to comment.