Skip to content

Commit

Permalink
hack: pin release-charm action to dev version (#40)
Browse files Browse the repository at this point in the history
Temporarily pins `release-charm` action pinned to a development version to handle charmhub branches.  See #39 for more information.
  • Loading branch information
ca-scribner authored Jul 6, 2022
1 parent 7349e21 commit c50f981
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 @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Release charm to channel
uses: canonical/charming-actions/release-charm@1.0.3
uses: canonical/charming-actions/release-charm@handle-charmcraft-structured-status
with:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c50f981

Please sign in to comment.