Skip to content

Commit 12e337a

Browse files
committed
.github: fix release workflow
1 parent 46c4eb5 commit 12e337a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
with:
4141
credentials: ${{ secrets.CHARMHUB_TOKEN }}
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
43-
destination-channel: ${{ github.event.inputs.destination-channel }}
44-
origin-channel: ${{ github.event.inputs.origin-channel }}
43+
destination-channel: ${{ inputs.destination-channel }}
44+
origin-channel: ${{ inputs.origin-channel }}
4545

4646
# for multi charm repo
47-
tag-prefix: ${{ github.event.inputs.charm-name }}
48-
charm-path: charms/${{ github.event.inputs.charm-name }}
47+
tag-prefix: ${{ inputs.charm-name }}
48+
charm-path: charms/${{ inputs.charm-name }}

0 commit comments

Comments
 (0)