Skip to content

chore: upload to separate folders #29

chore: upload to separate folders

chore: upload to separate folders #29

name: Release Chainflip Berghain
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
concurrency:
group: ${{ github.ref }}-release-berghain
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/_20_build.yml
secrets: inherit
with:
profile: "release"
package:
needs: [build]
uses: ./.github/workflows/_25_package.yml
with:
network: "berghain"
secrets: inherit
docker:
needs: [build]
uses: ./.github/workflows/_24_docker.yml
with:
network: "berghain"
environment: "production"
save_tags: "berghain-${{ github.ref_name }}"
secrets: inherit
upload:
needs: [package, docker]
uses: ./.github/workflows/_60_upload.yml
secrets: inherit
with:
network: "berghain"
version: "${{ github.ref_name }}"