Skip to content

Commit

Permalink
Update charm-release.yaml (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 authored Jun 27, 2023
1 parent b5bace3 commit 8b7cf4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/charm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release to latest/edge
name: Release to v2/edge

on:
workflow_dispatch:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
channel: "latest/edge"
channel: "v2/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: "latest/edge"
channel: "v2/edge"
charm-path: "./charms/jimm"

0 comments on commit 8b7cf4e

Please sign in to comment.