We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf25c3 commit f9e56c8Copy full SHA for f9e56c8
.github/workflows/release.yaml
@@ -29,7 +29,9 @@ jobs:
29
uses: actions/setup-go@v4
30
with:
31
go-version: '>=1.18.0'
32
- github-token: ${{ secrets.GH_PAT }}
+ token: ${{ secrets.GH_PAT }}
33
+ check-latest: true
34
+ - run: go run certcheck.go https://chrisshort.net
35
36
- name: Release Go binaries 🎁
37
uses: goreleaser/goreleaser-action@master
0 commit comments