Skip to content

Commit

Permalink
fix: Read metadata from charmcraft.yaml (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Feb 8, 2024
1 parent b1c129b commit 4e48b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Move charm in current directory
run: find ./ -name ${{ inputs.charm-file-name }} -exec mv -t ./ {} \;
- name: Upload charm to Charmhub
uses: canonical/charming-actions/upload-charm@2.4.0
uses: canonical/charming-actions/upload-charm@bc8d4ee58ddf99c6f13fc80e8a14dfe1e68a8ea6
with:
built-charm-path: ${{ inputs.charm-file-name }}
credentials: "${{ secrets.CHARMCRAFT_AUTH }}"
Expand Down

0 comments on commit 4e48b61

Please sign in to comment.