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 d7ae7ae commit 81f920d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ jobs:
# HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
# GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
if: ${{ matrix.os == 'macos-latest' }}
# if: success() && startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --clean --skip=publish --snapshot -f .goreleaser.macos.yml
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
# GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v5
# if: ${{ matrix.os == 'macos-latest' }}
# # if: success() && startsWith(github.ref, 'refs/tags/')
# with:
# version: latest
# args: release --clean --skip=publish --snapshot -f .goreleaser.macos.yml
# # env:
# # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# # HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
# # GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit 81f920d

Please sign in to comment.