Skip to content

Commit

Permalink
fix variable typon in libs release (canonical#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Nov 22, 2023
1 parent 511bd90 commit 34b7edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/charm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Get the libs folder name
libraries_folder=$(yq .name metadata.yaml | tr - _)
# For each library belonging to the charm, publish it
for lib in $(find lib/charms/$libs_folder -type f | sed 's|lib/||' | sed 's/.py//' | sed 's|/|.|g'); do
for lib in $(find lib/charms/$libraries_folder -type f | sed 's|lib/||' | sed 's/.py//' | sed 's|/|.|g'); do
charmcraft publish-lib $lib
done
env:
Expand Down

0 comments on commit 34b7edb

Please sign in to comment.