Skip to content

Commit 749c12f

Browse files
Switch to charmcraft stable (#565)
1 parent c8e60d4 commit 749c12f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
- name: Check libs
5454
uses: canonical/charming-actions/[email protected]
5555
with:
56-
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
5756
credentials: ${{ secrets.CHARMHUB_TOKEN }}
5857
github-token: ${{ secrets.GITHUB_TOKEN }}
5958
use-labels: false
@@ -62,8 +61,6 @@ jobs:
6261
build:
6362
name: Build charm
6463
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
65-
with:
66-
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
6764

6865
integration-test:
6966
strategy:

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Check libs
2424
uses: canonical/charming-actions/[email protected]
2525
with:
26-
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
2726
credentials: ${{ secrets.CHARMHUB_TOKEN }} # FIXME: current token will expire in 2023-07-04
2827
github-token: ${{ secrets.GITHUB_TOKEN }}
2928

@@ -42,10 +41,9 @@ jobs:
4241
- ci-tests
4342
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
4443
with:
45-
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
4644
channel: 8.0/edge
4745
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
4846
secrets:
4947
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
5048
permissions:
51-
contents: write # Needed to create GitHub release
49+
contents: write # Needed to create git tags

0 commit comments

Comments
 (0)