Skip to content

Commit 37b4195

Browse files
committed
chore: fix release-please
1 parent e87d94e commit 37b4195

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

.github/workflows/go-releaser.yaml.x

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-go@v5
2626
if: ${{ steps.release.outputs.release_created }}
2727
with:
28-
go-version: 1.20
28+
go-version: '1.20'
2929
- uses: goreleaser/goreleaser-action@v6
3030
if: ${{ steps.release.outputs.release_created }}
3131
with:

0 commit comments

Comments
 (0)