Skip to content

Commit

Permalink
Revisions 30,31 workflow fix (#88)
Browse files Browse the repository at this point in the history
* add sora to available chains

* generate a node-key when installing (#82)

* fix hyperbridge deployment

* Validate chain spec files on config change (#84)

* Validate chain spec files on config-change

* Use sora instead of main when setting config service-args (#86)

* Use sora instead of main when setting config service-args

* Prepare sora for support for more networks

* Make sora future proof for other networks

* Updated to latest version of canonicals workflows (#87)

---------

Co-authored-by: kaioh33 <[email protected]>
Co-authored-by: kaioh33 <[email protected]>
Co-authored-by: A Ahmad <[email protected]>
  • Loading branch information
4 people authored Nov 7, 2024
1 parent 0a88d84 commit 22ae873
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:

jobs:
build:
name: Build nextcloud charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v4
name: Build Polkadot charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.4

release:
name: Release charm
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v4
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.4
with:
channel: latest/edge
artifact-name: ${{ needs.build.outputs.artifact-name }}
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
secrets:
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
permissions:
Expand Down

0 comments on commit 22ae873

Please sign in to comment.