Skip to content

Commit 3e3b0d6

Browse files
committed
Fix inputs property for releaseVersion
1 parent fc1c46e commit 3e3b0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spring-artifactory-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
workflow: verify-staged-artifacts.yml
9191
workflow-logs: print
9292
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
93-
inputs: '{ "releaseVersion": "${{ inputs.releaseVersion }}" }'
93+
inputs: '{ "releaseVersion": "${{ needs.releaseVersion.outputs.releaseVersion }}" }'
9494

9595
promote-milestone:
9696
needs: [releaseVersion, staging, verify-staged]

0 commit comments

Comments
 (0)