Skip to content

Commit

Permalink
singing
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZoidberg committed Jun 27, 2024
1 parent e5a5952 commit b831d56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
with:
go-version: "1.22"

- name: import gpg key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import
env:
GPG_TTY: $(tty)

- name: run goreleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand All @@ -28,3 +34,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
GPG_KEY_ID: "71FEEDB877EC18B5"
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ before:
project_name: megarac
dist: .bin

# signs:
# - artifacts: checksum
signs:
- artifacts: checksum

builds:
- binary: "megarac"
Expand Down

0 comments on commit b831d56

Please sign in to comment.