Skip to content

Commit

Permalink
Fix env var in sbom.yaml (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jan 18, 2024
1 parent bd496cd commit 8cf91d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set version
run: |
version=$(yq '(.version|split("-"))[0]' rockcraft.yaml)
echo "=${version}" >> "$GITHUB_ENV"
echo "version=${version}" >> "$GITHUB_ENV"
- uses: actions/download-artifact@v3
with:
name: charmed-mysql-rock
Expand Down

0 comments on commit 8cf91d9

Please sign in to comment.