Skip to content

Commit

Permalink
Update release CI to 6/edge
Browse files Browse the repository at this point in the history
  • Loading branch information
phvalguima committed Sep 21, 2023
1 parent 180aa9d commit 2694b00
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ jobs:
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
# TODO - wait until track request is approved:
# https://discourse.charmhub.io/t/request-track-6-for-charmed-mongodb-operator/11900
# - name: Upload charm to charmhub
# uses: canonical/charming-actions/[email protected]
# with:
# credentials: "${{ secrets.CHARMHUB_TOKEN }}"
# github-token: "${{ secrets.GITHUB_TOKEN }}"
# channel: "6/edge"
- name: Upload charm to charmhub
uses: canonical/charming-actions/[email protected]
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
channel: "6/edge"

0 comments on commit 2694b00

Please sign in to comment.