Skip to content

Commit 95a4498

Browse files
authored
Merge pull request #270 from estesp/fix-release-typo
Fix release actions typo
2 parents 7f2209c + c6078d0 commit 95a4498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
steps:
195195
- name: Install Go
196196
uses: actions/setup-go@v5
197-
5ith:
197+
with:
198198
go-version: '1.23.2'
199199

200200
- name: Set env

0 commit comments

Comments
 (0)