Skip to content

Commit

Permalink
Merge pull request #745 from suzuki-shunsuke/chore/update-go-release-…
Browse files Browse the repository at this point in the history
…workflow

chore: update go-release-workflow
  • Loading branch information
suzuki-shunsuke authored Jan 28, 2023
2 parents 4426a3b + d04f848 commit 614a8c8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ on:
push:
tags: [v*]
permissions: {}
env:
AQUA_POLICY_CONFIG: ${{ github.workspace }}/aqua-policy.yaml
jobs:
release:
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@8e0d6d2a7171206b9d95b3b59fe74f8333b1be1b # v0.1.0
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@256b1eef8f90d2877ee6c56dfae7e1e4f658272e # v0.2.0
with:
homebrew: true
aqua_policy_config: aqua-policy.yaml
secrets:
gh_app_id: ${{ secrets.APP_ID }}
gh_app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
25 changes: 25 additions & 0 deletions aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,31 @@
"checksum": "7fd52d1da270fa8448c975d2500b6ef2d19db143b6cfc205de16612d6f4effa9",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/goreleaser/goreleaser/v1.14.1/goreleaser_Darwin_all.tar.gz",
"checksum": "38e1aa8cf4c0d9b2973a7e1fab4f85386eafa108c84172ad7e106b29b63bdce3",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/goreleaser/goreleaser/v1.14.1/goreleaser_Linux_arm64.tar.gz",
"checksum": "a4b56c4bd70501937757e09526eff3d34bd7a730d49e88f96680be29c5e14e12",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/goreleaser/goreleaser/v1.14.1/goreleaser_Linux_x86_64.tar.gz",
"checksum": "d6cc1340201de942cf1d1b213f7451e141daa6b29f5989de22560b05203e74cb",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/goreleaser/goreleaser/v1.14.1/goreleaser_Windows_arm64.zip",
"checksum": "816cb16cb35ce1db1f0b02818fc17d5a0ce180c3865efee4cb763e9c2866f92d",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/goreleaser/goreleaser/v1.14.1/goreleaser_Windows_x86_64.zip",
"checksum": "734de7027cad17ce4007f58b7c6afc46aa3a7b3d61c1578b7e250da15e4dea28",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/int128/ghcp/v1.13.2/ghcp_darwin_amd64.zip",
"checksum": "8221f411ac4f2465b7cfd31efb6da4568e5fd20bad9f66ac312b23afa4520fdd",
Expand Down
2 changes: 2 additions & 0 deletions aqua/goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: goreleaser/goreleaser@v1.14.1

0 comments on commit 614a8c8

Please sign in to comment.