Skip to content

Commit

Permalink
fix: deprecated --rm-dist flag for goreleaser (#3719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Dec 10, 2024
1 parent 30a2fc0 commit 3ae5f03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
version: latest
workdir: cli
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
GORELEASER_CURRENT_TAG: ${{ steps.parse_version.outputs.result }}
Expand Down
1 change: 0 additions & 1 deletion cli/cmd/api.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package cmd

// bump
import (
"github.com/chanzuckerberg/happy/cli/pkg/hapi"
"github.com/chanzuckerberg/happy/shared/config"
Expand Down

0 comments on commit 3ae5f03

Please sign in to comment.