Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Jan 17, 2025
1 parent da75d6e commit 73b881a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ step_bundles:
steps:
- activate-ssh-key@4: { }
- git-clone@8: { }
setup-go:
steps:
- script:
title: Setup pinned Go version
inputs:
Expand All @@ -18,6 +20,7 @@ workflows:
- source_branch: "*"
steps:
- bundle::setup: { }
- bundle::setup-go: { }
- git::https://github.com/bitrise-steplib/steps-check.git:
inputs:
- skip_step_yml_validation: "yes"
Expand All @@ -39,15 +42,14 @@ workflows:
envs:
- GITHUB_TOKEN: $GIT_BOT_USER_ACCESS_TOKEN # Goreleaser expects this env var
steps:
- bundle::setup: {}
- bundle::setup-go: {}
- script:
title: Goreleaser (create binaries + publish to GH)
deps:
brew:
- name: goreleaser
inputs:
- content: goreleaser release

test-binary-build:
description: Tests the release build process by creating a snapshot release (without publishing)
steps:
Expand Down

0 comments on commit 73b881a

Please sign in to comment.