Skip to content

Commit

Permalink
Fixing name in GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short committed Jul 4, 2023
1 parent 641140f commit bbda100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
go-version: '>=1.18.0'
token: ${{ secrets.GH_PAT }}
check-latest: true
- run: go run certcheck.go https://chrisshort.net 90
- run: go run chkcerts.go https://chrisshort.net 90

- name: Release Go binaries 🎁
uses: goreleaser/goreleaser-action@master
Expand Down

0 comments on commit bbda100

Please # to comment.