Skip to content

Commit

Permalink
Fixed channel name to 2 from v2 (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 authored Jun 27, 2023
1 parent 7c3673b commit 3b1512d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/charm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
channel: "v2/edge"
channel: "2/edge"
charm-path: "./charms/jimm-k8s"
local-image: "true"

Expand Down Expand Up @@ -64,5 +64,5 @@ jobs:
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
channel: "v2/edge"
channel: "2/edge"
charm-path: "./charms/jimm"

0 comments on commit 3b1512d

Please sign in to comment.