Skip to content

Commit bbda100

Browse files
committed
Fixing name in GH Action
1 parent 641140f commit bbda100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version: '>=1.18.0'
3232
token: ${{ secrets.GH_PAT }}
3333
check-latest: true
34-
- run: go run certcheck.go https://chrisshort.net 90
34+
- run: go run chkcerts.go https://chrisshort.net 90
3535

3636
- name: Release Go binaries 🎁
3737
uses: goreleaser/goreleaser-action@master

0 commit comments

Comments
 (0)