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