Skip to content

Commit

Permalink
running outta things to try
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jan 22, 2024
1 parent 9883c1e commit 90dd038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,14 @@ jobs:
cache: true
- uses: goreleaser/goreleaser-action@v5
with:
version: latest
version: nightly
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Use a fine grained PAT with Contents: R/W on golift/homebrew-mugs.
HOMEBREW_DEPLOY_KEY: ${{ secrets.HOMEBREW_DEPLOY_KEY }}
GPG_SIGNING_KEY: /tmp/key.gpg
GPG_SIGNING_KEY_ID: ${{ steps.import_gpg.outputs.keyid }}

deploy-packagecloud:
# description: "Uploads pre-built RPM and DEB packages to packagecloud.io/golift"
if: startsWith(github.ref, 'refs/tags/v')
needs: release
name: Deploy Release PackageCloud
runs-on: ubuntu-latest
steps:
- name: Download release files
uses: actions/download-artifact@v4
with:
name: release
- uses: golift/upload-packagecloud@v1
with:
userrepo: golift/pkgs
Expand Down
6 changes: 0 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ builds:
- CGO_ENABLED=0
- CGO_LDFLAGS=-mmacosx-version-min=10.8
- CGO_CFLAGS=-mmacosx-version-min=10.8
id: macos
goos:
- darwin
goarch:
Expand Down Expand Up @@ -46,9 +45,6 @@ builds:

universal_binaries:
- replace: true
id: macub
ids:
- macos

archives:
- format: tar.gz
Expand Down Expand Up @@ -89,8 +85,6 @@ signs:

brews:
- name: xt
ids:
- macub
# enable the line below only for testing locally
#skip_upload: true
repository:
Expand Down

0 comments on commit 90dd038

Please sign in to comment.