Skip to content

Commit

Permalink
Merge pull request #241 from davseve/ED-11967-to-main
Browse files Browse the repository at this point in the history
SetChannelPackageVersion func added to bump-channel-version
  • Loading branch information
davseve authored Sep 6, 2023
2 parents e722fd0 + 0aea6a4 commit 156b08b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-channel-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- shell: bash
run: |
SetChannelPackageVersion( ${{ inputs.CHANNEL }} )
SetChannelPackageVersion "${{ inputs.CHANNEL }}"
echo "ELEMENTOR_CHANNEL_PACKAGE_VERSION=${ELEMENTOR_CHANNEL_PACKAGE_VERSION }"
sed -i -E "s/Version: .*/Version: ${ELEMENTOR_CHANNEL_PACKAGE_VERSION}/g" elementor.php
Expand Down Expand Up @@ -55,6 +55,7 @@ runs:
fi
function SetChannelPackageVersion() {
echo "SetChannelPackageVersion 1# param is $1"
case $1 in
* )
CURRENT_CHANNEL_VERSION=${{ env.CURRENT_CHANNEL_VERSION }}
Expand Down

0 comments on commit 156b08b

Please sign in to comment.