Skip to content

Commit

Permalink
chore: bump release of charming-actions to 2.5.0-rc
Browse files Browse the repository at this point in the history
The metadata.yaml file was removed, but the charming-actions
requires the metadata.yaml file for versions < 2.5. Bump
the version to 2.5.0-rc (no stable release yet) in order to
use a version compatible with this change.

Signed-off-by: Billy Olsen <[email protected]>
  • Loading branch information
wolsen committed May 22, 2024
1 parent 3138452 commit 4926062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Select charmhub channel
uses: canonical/charming-actions/channel@2.2.0
uses: canonical/charming-actions/channel@2.5.0-rc
id: channel
- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.2.0
uses: canonical/charming-actions/upload-charm@2.5.0-rc
with:
credentials: "${{ secrets.CHARMCRAFT_AUTH }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 4926062

Please sign in to comment.