Skip to content

Commit

Permalink
install lib postal
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 5, 2024
1 parent eacfb00 commit ec8276a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ jobs:

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
if: success() && startsWith(github.ref, 'refs/tags/')
# if: success() && startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
args: release --clean --skip=publish
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
# GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
18 changes: 9 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ archives:
checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}"
# snapshot:
# name_template: "{{ .Tag }}"

# signs:
# - artifacts: checksum
Expand All @@ -52,13 +52,13 @@ snapshot:
sboms:
- artifacts: archive

changelog:
sort: asc
use: github
filters:
exclude:
- '^docs:'
- '^test:'
# changelog:
# sort: asc
# use: github
# filters:
# exclude:
# - '^docs:'
# - '^test:'

# brews:
# -
Expand Down

0 comments on commit ec8276a

Please sign in to comment.