Skip to content

Commit

Permalink
Fix release.yaml (#120)
Browse files Browse the repository at this point in the history
* Fix release.yaml

Incorrect action was used for uploading charm, resulting in release failure

* Update .github/workflows/release.yaml

Co-authored-by: Jon Seager <[email protected]>

Co-authored-by: Jon Seager <[email protected]>
  • Loading branch information
MiaAltieri and jnsgruk authored Oct 21, 2022
1 parent 5d0e676 commit 1ed2760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0
- name: Select charmhub channel
uses: canonical/charming-actions/[email protected].0-rc
uses: canonical/charming-actions/[email protected].1
id: channel
- name: Upload charm to charmhub
uses: canonical/charming-actions/[email protected]
Expand Down

0 comments on commit 1ed2760

Please sign in to comment.