Skip to content

Commit cc98e8b

Browse files
authored
Merge branch 'main' into dev
2 parents 2a820c1 + 5ff6c14 commit cc98e8b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release-binary.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
with:
2626
version: latest
2727
args: release -f .goreleaser/mac.yml --clean
28-
workdir: /
2928
env:
3029
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3130

@@ -92,6 +91,5 @@ jobs:
9291
with:
9392
version: latest
9493
args: release -f .goreleaser/windows.yml --clean
95-
workdir: /
9694
env:
9795
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ announce:
3434

3535
discord:
3636
enabled: true
37-
message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'
37+
message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'

0 commit comments

Comments
 (0)