Skip to content

Commit

Permalink
Uncomment goreleaser step
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalet committed Mar 6, 2024
1 parent 42ffdb2 commit 9313bf3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:
# AUTHKEY_BASE64: ${{ secrets.APPLE_API_KEY }}
- name: Install Aptly
run: brew install aptly
# - name: Install Snapcraft
# uses: samuelmeuli/action-snapcraft@v2
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v5
# with:
# args: release --clean
# env:
# GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
# GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
args: release --clean --skip=publish
env:
GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
- name: Publish packages to APT repo
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 9313bf3

Please sign in to comment.