Skip to content

Commit dd4d8f7

Browse files
Revert "Assign INPUT directly in the script"
This reverts commit f3837a6.
1 parent f3837a6 commit dd4d8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@ jobs:
494494
shell: bash
495495
env:
496496
NORMALIZE: ${{ inputs.bump-version-normalize }}
497+
INPUT: ${{ needs.release-in-jira.outputs.new-version }}
497498
run: |
498-
INPUT="${{ needs.release-in-jira.outputs.new-version }}"
499499
if [[ $NORMALIZE == 'true' && $INPUT =~ ^[0-9]+\.[0-9]+$ ]]; then
500500
OUTPUT="${INPUT}.0"
501501
else

0 commit comments

Comments
 (0)