diff --git a/.github/actions/package-nfpm/action.yml b/.github/actions/package-nfpm/action.yml index 4b842e7a8..b4af4ac00 100644 --- a/.github/actions/package-nfpm/action.yml +++ b/.github/actions/package-nfpm/action.yml @@ -85,7 +85,7 @@ runs: export DIST="" if [ "${{ inputs.stability }}" == "unstable" ] || [ "${{ inputs.stability }}" == "canary" ]; then export RELEASE="$RELEASE~${{ inputs.distrib }}" - elif [ "${{ inputs.stability }}" = "testing" ]; then + elif [ "${{ inputs.stability }}" == "testing" ]; then export RELEASE="1~${{ inputs.distrib }}" fi export APACHE_USER="www-data"