Skip to content

Commit

Permalink
Merge pull request #4788 from wso2/jeradrutnam-patch-4
Browse files Browse the repository at this point in the history
Update release-docs.yml
  • Loading branch information
jeradrutnam authored Sep 27, 2024
2 parents a927e21 + af6abc0 commit a760adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
NEW_VERSION="${{ github.event.inputs.version }}"
if [[ -z "$VERSION" ]]; then
if [[ -z "$NEW_VERSION" ]]; then
set -euxo pipefail
IFS='.' read -r MAJOR MINOR PATCH <<< "${{ env.CURRENT_VERSION }}"
echo "Current version: MAJOR=$MAJOR, MINOR=$MINOR, PATCH=$PATCH"
Expand Down

0 comments on commit a760adb

Please sign in to comment.