Skip to content

Commit d6c84d5

Browse files
Switch to charmcraft stable (#373)
1 parent ba00b33 commit d6c84d5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- name: Check libs
6262
uses: canonical/charming-actions/[email protected]
6363
with:
64-
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
6564
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
6665
github-token: "${{ secrets.GITHUB_TOKEN }}"
6766
use-labels: false
@@ -70,8 +69,6 @@ jobs:
7069
build:
7170
name: Build charm
7271
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
73-
with:
74-
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
7572

7673
integration-test:
7774
strategy:

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
- ci-tests
2020
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
2121
with:
22-
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
2322
channel: 8.0/edge
2423
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
2524
secrets:
2625
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
2726
permissions:
28-
contents: write # Needed to create GitHub release
27+
contents: write # Needed to create git tags

0 commit comments

Comments
 (0)