Skip to content

Commit

Permalink
update prep step
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Sep 22, 2024
1 parent 2248709 commit fda4db3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ jobs:
use_system_python: true

- name: Configure private token & Prep
run: bash scripts/ci/prep.mac.sh
run: |
# Prep
bash scripts/ci/prep.mac.sh
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
use_system_python: true

- name: Configure private token & Prep
run: bash scripts/ci/prep.mac.sh

run: |
# Prep
bash scripts/ci/prep.mac.sh
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit fda4db3

Please sign in to comment.