Skip to content

Commit

Permalink
Replaced artifact-name by prefix (#376)
Browse files Browse the repository at this point in the history
## Issue
The new `release_charm` workflow requires as input `artifact-prefix`
instead of `artifact-name`, which is the new output of the `build-charm`
workflow
  • Loading branch information
Mehdi-Bendriss authored Mar 14, 2024
1 parent 81bd563 commit a703f97
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 @@ -22,7 +22,7 @@ jobs:
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
channel: 6/edge
artifact-name: ${{ needs.build.outputs.artifact-name }}
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
secrets:
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
permissions:
Expand Down

0 comments on commit a703f97

Please sign in to comment.