Skip to content

Commit

Permalink
fix: pin version of goreleaser (#3722)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Dec 10, 2024
1 parent a578c60 commit 5038049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
version: latest
version: v1.26.2
workdir: cli
args: release --clean
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
GORELEASER_CURRENT_TAG: ${{ steps.parse_version.outputs.result }}
Expand Down
1 change: 1 addition & 0 deletions shared/workspace_repo/api_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
log "github.com/sirupsen/logrus"
)

// bump
const (
tokenUnknown = iota
tokenPresent
Expand Down

0 comments on commit 5038049

Please sign in to comment.