Skip to content

Commit b5f45f0

Browse files
Updated post release workflow
1 parent 9c440d3 commit b5f45f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/post-release-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
milestone_name=${GITHUB_REF_NAME#v}
8181
curl --location --request POST '${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}' \
8282
--header 'Content-Type: application/json' \
83-
--data-raw "{ text: \"${{ github.event.repository.name }}-announcing ${milestone_name}\"}"
83+
--data-raw "{ text: \"micrometer-${{ github.event.repository.name }}-announcing ${milestone_name}\"}"
8484
8585
- name: Post on Bluesky
8686
env:
@@ -95,7 +95,7 @@ jobs:
9595
9696
# Create post content
9797
VERSION=${GITHUB_REF_NAME#v}
98-
POST_TEXT="${{ github.event.repository.name }} ${VERSION} has been released!\n\nCheck out the changelog: https://github.com/${GITHUB_REPOSITORY}/releases/tag/${GITHUB_REF_NAME}"
98+
POST_TEXT="micrometer-${{ github.event.repository.name }} ${VERSION} has been released!\n\nCheck out the changelog: https://github.com/${GITHUB_REPOSITORY}/releases/tag/${GITHUB_REF_NAME}"
9999
100100
# Create the post
101101
curl -X POST https://bsky.social/xrpc/com.atproto.repo.createRecord \

0 commit comments

Comments
 (0)