Skip to content

Commit

Permalink
ci: fix pkg.go.dev step
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jul 16, 2024
1 parent 4b96091 commit 9488092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Update pkg.go.dev # https://pkg.go.dev/github.com/Nicconike/goautomate
run: |
VERSION=$(git describe --tags --abbrev=0)
go list -m github.com/Nicconike/goautomate@VERSION
go list -m github.com/Nicconike/goautomate@$VERSION
goreleaser:
name: GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This will check the specified file for the current Go version, compare it with t

### Command-line Options

- `-file`: Path to the file containing the current Go version
- `-file` or `-f`: Path to the file containing the current Go version
- `-version` or `-v`: Directly specify the current Go version
- `-os`: Target operating system (windows, linux, macOS[darwin])
- `-arch`: Target architecture (386[x86], amd64[x86-64], arm64, armv6l[armv6])
Expand Down

0 comments on commit 9488092

Please sign in to comment.