Skip to content

Commit dc4f5c0

Browse files
authored
fix: fix typo (#11)
1 parent 643a20a commit dc4f5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
version: "~> v2"
4242
args: release --clean
4343
env:
44-
GITHUB_TOKEN: ${{ secrerets.GITHUB_TOKEN }}
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
4646
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 commit comments

Comments
 (0)