Skip to content

Commit

Permalink
Updated post release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jan 13, 2025
1 parent 9c440d3 commit b5f45f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/post-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
milestone_name=${GITHUB_REF_NAME#v}
curl --location --request POST '${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}' \
--header 'Content-Type: application/json' \
--data-raw "{ text: \"${{ github.event.repository.name }}-announcing ${milestone_name}\"}"
--data-raw "{ text: \"micrometer-${{ github.event.repository.name }}-announcing ${milestone_name}\"}"
- name: Post on Bluesky
env:
Expand All @@ -95,7 +95,7 @@ jobs:
# Create post content
VERSION=${GITHUB_REF_NAME#v}
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}"
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}"
# Create the post
curl -X POST https://bsky.social/xrpc/com.atproto.repo.createRecord \
Expand Down

0 comments on commit b5f45f0

Please sign in to comment.