We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bc7ff commit 4f736c0Copy full SHA for 4f736c0
1 file changed
.github/workflows/publish-specification.yaml
@@ -60,10 +60,7 @@ jobs:
60
run: |
61
if [ "${{ env.APIM_ENV }}" = "preprod" ]; then
62
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
63
- elif [ "${{ env.APIM_ENV }}" = "prod" ]; then
64
- proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml --no-confirm
65
else
66
- echo "Error: Environment '${{ env.APIM_ENV }}' is not supported for publishing. Only 'preprod' and 'prod' are allowed."
67
- exit 1
+ proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml --no-confirm
68
fi
69
0 commit comments