From 3be007ef72848369043c6fd51784ab9df4fc725f Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Tue, 24 Sep 2024 13:56:56 +1200 Subject: [PATCH] updates to the ci workflow --- .github/workflows/portainer-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/portainer-updater.yml b/.github/workflows/portainer-updater.yml index 732b4f1..6ec4558 100644 --- a/.github/workflows/portainer-updater.yml +++ b/.github/workflows/portainer-updater.yml @@ -65,7 +65,7 @@ jobs: else # replace / with - in the branch name # for instance, feature/1.0.0 -> feature-1.0.0 - echo "TAG_PREFIX=$(echo $GITHUB_REF_NAME | sed 's/\//-/g'") >> $GITHUB_ENV + echo "TAG_PREFIX=$(echo $GITHUB_REF_NAME | sed 's/\//-/g')" >> $GITHUB_ENV fi # set the container image tag