We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fc03e commit ccb2d1dCopy full SHA for ccb2d1d
.github/workflows/perform-release.yml
@@ -127,7 +127,7 @@ jobs:
127
ANNOUNCING_ID: ${{ inputs.slack-announcing-id }}
128
WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}
129
run: |
130
- FORMATTED_VERSION='`'"${VERSION}"'`' curl -X POST "${WEBHOOK_URL}" -H 'Content-Type: application/json' -d "{ \"text\": \"${ANNOUNCING_ID} ${FORMATTED_VERSION} is available now\" }" || true
+ curl -X POST "${WEBHOOK_URL}" -H 'Content-Type: application/json' -d "{ \"text\": \"${ANNOUNCING_ID} $(echo '`')${VERSION}$(echo '`') is available now\" }" || true
131
- name: Delete Previous Version
132
if: ${{ steps.previous-release-milestone.outputs.version != '' }}
133
env:
0 commit comments