Skip to content

Commit

Permalink
Update&Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kobrikx committed Aug 29, 2024
1 parent a04d5d6 commit 23d3195
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-dev.build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.20.x'

- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-prod.build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.20.x'

- name: Checkout code
uses: actions/checkout@v2
Expand Down
26 changes: 13 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,25 +88,25 @@ archives:
scoops:
-
repository:
owner: hazelops
name: scoop-ize
owner: hazelops
name: scoop-ize

# Optionally a branch can be provided.
# Defaults to the default repository branch.
branch: main
# Optionally a branch can be provided.
# Defaults to the default repository branch.
branch: main

# Optionally a token can be provided, if it differs from the token provided to GoReleaser
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"

# Folder inside the repository to put the scoop.
# Default is the root folder.
# folder: latest
# Folder inside the repository to put the scoop.
# Default is the root folder.
# directory: latest

# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: hazelops
email: [email protected]
name: hazelops
email: [email protected]

# The project name and current git tag are used in the format string.
commit_msg_template: "Ize update for {{ .ProjectName }} version {{ .Tag }}"
Expand Down Expand Up @@ -146,4 +146,4 @@ scoops:
# GOAMD64 to specify which amd64 version to use if there are multiple versions
# from the build section.
# Default is v1.
# goamd64: v3

2 changes: 1 addition & 1 deletion .goreleaser_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ scoops:
# GOAMD64 to specify which amd64 version to use if there are multiple versions
# from the build section.
# Default is v1.
# goamd64: v3

0 comments on commit 23d3195

Please sign in to comment.