Skip to content

Commit

Permalink
Merge pull request #8 from winebarrel/chore/fix_typo
Browse files Browse the repository at this point in the history
chore: Fix typo
  • Loading branch information
winebarrel authored Jun 17, 2023
2 parents 2993880 + 9f2ab58 commit e1c3e58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]+
jobs:
cronplan:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ">=1.20.5"
- name: Release cronplan
uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit e1c3e58

Please sign in to comment.