From 337156a4f999168cf080a5cd403767894fc3ef99 Mon Sep 17 00:00:00 2001 From: Jordan Barrett Date: Wed, 18 Oct 2023 16:05:28 +0700 Subject: [PATCH] forgot another / --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0095468..db6bf4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,5 +196,5 @@ jobs: if: github.event_name == 'push' && needs.channel.outputs.release != '' run: | charmcraft release $CHARM_NAME \ - --revision=${{ steps.revision.outputs.revision }} + --revision=${{ steps.revision.outputs.revision }} \ --channel=${{ needs.channel.outputs.release }}