Skip to content

Commit

Permalink
fix: release workflow (#500)
Browse files Browse the repository at this point in the history
## Issue
Implement workaround for
canonical/charmcraft#1389 (comment)
  • Loading branch information
Gu1nness authored Oct 3, 2024
1 parent d7c11a4 commit a100f6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
touch requirements.txt
- name: Release any bumped charm libs
uses: canonical/charming-actions/release-libraries@2.4.0
with:
Expand Down

0 comments on commit a100f6c

Please sign in to comment.