Skip to content

Commit 4f736c0

Browse files
committed
Removing unneeded code
1 parent 38bc7ff commit 4f736c0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish-specification.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ jobs:
6060
run: |
6161
if [ "${{ env.APIM_ENV }}" = "preprod" ]; then
6262
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
6563
else
66-
echo "Error: Environment '${{ env.APIM_ENV }}' is not supported for publishing. Only 'preprod' and 'prod' are allowed."
67-
exit 1
64+
proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml --no-confirm
6865
fi
6966

0 commit comments

Comments
 (0)