Skip to content

Commit

Permalink
fix: release version and deletion of release-please branch post relea…
Browse files Browse the repository at this point in the history
…se (#112)
  • Loading branch information
sanpj2292 committed Mar 18, 2024
1 parent ac62d7c commit f62df29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
steps:
- name: Delete Release Branch
uses: koj-co/delete-merged-action@master
if: startsWith(github.event.pull_request.head.ref, 'release-please--branches')
with:
branches: 'release-please--branches*'
env:
Expand Down Expand Up @@ -81,7 +80,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*<${{env.RELEASES_URL}}v${{ steps.extract-version.outputs.release_version }}|v${{ steps.extract-version.outputs.release_version }}>*\nCC: <@U03KG4BK1L1> <@U01LVJ30QEB> <@U01FG952S8Y>"
"text": "*<${{env.RELEASES_URL}}v${{ needs.release-please.outputs.release_version }}>*\nCC: <@U03KG4BK1L1> <@U01LVJ30QEB> <@U01FG952S8Y>"
}
}
]
Expand Down

0 comments on commit f62df29

Please sign in to comment.