Skip to content

Commit

Permalink
Merge pull request #121 from rudderlabs/revert-110-fix.release-dep
Browse files Browse the repository at this point in the history
Revert "fix: release deployment"
  • Loading branch information
sanpj2292 authored Mar 20, 2024
2 parents b470905 + e7d7afd commit 1b7622c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
release_version: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
steps:
- name: Extract Branch Name
shell: bash
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
post-release-to-prod:
name: Post release actions
runs-on: ubuntu-latest
needs: [release-please, production-release]
needs: [release-please, release-to-prod]
if: ${{ needs.release-please.outputs.release_created }}
steps:
- name: Delete Release Branch
Expand All @@ -65,7 +64,7 @@ jobs:
channel-id: ${{ secrets.SLACK_RELEASE_CHANNEL_ID }}
payload: |
{
"text": "*<${{env.RELEASES_URL}}v${{ needs.release-please.outputs.release_version }}>*\nCC: <@U03KG4BK1L1> <@U01LVJ30QEB> <@U01FG952S8Y>",
"text": "*<${{env.RELEASES_URL}}v${{ steps.extract-version.outputs.release_version }}|v${{ steps.extract-version.outputs.release_version }}>*\nCC: <@U03KG4BK1L1> <@U01LVJ30QEB> <@U01FG952S8Y>",
"blocks": [
{
"type": "header",
Expand Down

0 comments on commit 1b7622c

Please sign in to comment.