Skip to content

Commit

Permalink
Merge pull request #156 from inovex/dependabot/github_actions/gorelea…
Browse files Browse the repository at this point in the history
…ser/goreleaser-action-6

chore(deps): bump goreleaser/goreleaser-action from 5 to 6
  • Loading branch information
Alexander Huck authored Jul 10, 2024
2 parents 87d663a + eca7eee commit bfceff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:


- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ release:
# DOCKER_USERNAME: $CI_REGISTRY_USER
# DOCKER_PASSWORD: $CI_REGISTRY_PASSWORD
script:
- goreleaser release --rm-dist
- goreleaser release --clean
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ build: ## Build CalendarSync
-o bin/$(BINARY_NAME) cmd/calendarsync/main.go

build_goreleaser:
goreleaser build --snapshot --rm-dist
goreleaser build --snapshot --clean

clean: ## Clean build assets
rm -rf ./bin
Expand Down

0 comments on commit bfceff7

Please sign in to comment.