Skip to content

Commit

Permalink
fix(docs): version typo (#4878)
Browse files Browse the repository at this point in the history
According to
https://github.com/goreleaser/goreleaser-action?tab=readme-ov-file#workflow,
there is a typo `varsion` -> `version`
  • Loading branch information
nullswan committed May 18, 2024
1 parent 73a22e5 commit b3d6460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/docs/ci/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
# 'latest', 'nightly', or a semver
varsion: "~> v1"
version: "~> v1"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
varsion: "~> v1"
version: "~> v1"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
varsion: "~> v1"
version: "~> v1"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit b3d6460

Please sign in to comment.