Skip to content

Commit

Permalink
Cherry-Pick db6981a to release/1.2 (#4562)
Browse files Browse the repository at this point in the history
chore: build persa bins instead of fetch (#4554)

(cherry picked from commit db6981a)

Co-authored-by: tomjohnburton <39559415+tomjohnburton@users.noreply.github.com>
  • Loading branch information
chainflip-bot and tomjohnburton committed Mar 13, 2024
1 parent 51d395b commit ccfcb7e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release-perseverance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,23 @@ concurrency:
jobs:
release-checks:
uses: ./.github/workflows/_03_release_checks.yml
bins:
build:
needs: [release-checks]
uses: ./.github/workflows/_02_retrieve-bins.yml
uses: ./.github/workflows/_20_build.yml
secrets: inherit
with:
profile: "production"
binary-subdir: "production"
docker:
needs: [bins]
needs: [build]
uses: ./.github/workflows/_24_docker.yml
with:
network: "perseverance"
environment: "production"
publish_public_images: true
secrets: inherit
package:
needs: [bins]
needs: [build]
uses: ./.github/workflows/_25_package.yml
with:
network: "perseverance"
Expand Down

0 comments on commit ccfcb7e

Please sign in to comment.