diff --git a/.github/workflows/bump-channel-version/action.yml b/.github/workflows/bump-channel-version/action.yml index 6568c0ad4dc6..e1bd6cec69ac 100644 --- a/.github/workflows/bump-channel-version/action.yml +++ b/.github/workflows/bump-channel-version/action.yml @@ -33,9 +33,11 @@ runs: # This condition is for one click cloud prerelease execution testing manners. # This condition should be removed once the one click prerelease execution gets to production. - if [[ "${{ inputs.POSTFIX }}" == "-test" ]]; then - echo "PACKAGE_VERSION=${ELEMENTOR_CHANNEL_PACKAGE_VERSION}${{ inputs.POSTFIX }}" >> $GITHUB_ENV - fi + # if [[ "${{ inputs.CHANNEL }}" == "cloud" ]]; then + # echo "PACKAGE_VERSION=${ELEMENTOR_CHANNEL_PACKAGE_VERSION}${{ inputs.POSTFIX }}" >> $GITHUB_ENV + # fi + + echo ONE_CLICK_RELEASE_PACKAGE_VERSION=${ELEMENTOR_CHANNEL_PACKAGE_VERSION}${{ inputs.POSTFIX }} >> $GITHUB_ENV if [[ ${{ inputs.CHANNEL }} == "beta" ]]; then BETA_VERSION=${{ inputs.CLEAN_PACKAGE_VERSION }}-${{ inputs.CHANNEL }}${NEW_CHANNEL_VERSION} diff --git a/.github/workflows/one-click-hosting-release.yml b/.github/workflows/one-click-hosting-release.yml index ff8506fd9b3a..fc65e1d0fc6f 100644 --- a/.github/workflows/one-click-hosting-release.yml +++ b/.github/workflows/one-click-hosting-release.yml @@ -73,7 +73,8 @@ jobs: - name: Create GitHub release uses: softprops/action-gh-release@v1 with: - tag_name: ${{ env.PACKAGE_VERSION }} + #tag_name: ${{ env.PACKAGE_VERSION }} + tag_name: ${{ env.ONE_CLICK_RELEASE_PACKAGE_VERSION }} target_commitish: ${{ env.CLEAN_REF }} files: | elementor-*.zip