Skip to content

Commit

Permalink
chore: update promote workflow to use record release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Nov 20, 2024
1 parent 4aade73 commit 704ccb5
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/promote-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,9 @@ jobs:
change-management:
needs: [ promote ]
if: fromJSON(inputs.isStableRelease)
# Failure to record the release should not fail the workflow
continue-on-error: true
steps:
# Checkout required to get github.sha
- uses: actions/checkout@v3
- run: ./scripts/postrelease/tps_record_release cli ${{ github.sha }}
environment: ChangeManagement
env:
ACTOR_EMAIL: ${{ secrets.TPS_API_RELEASE_ACTOR_EMAIL }}
TPS_API_TOKEN: ${{ secrets.TPS_API_TOKEN_PARAM }}
uses: ./.github/workflows/tps-record-release.yml
with:
isStableRelease: ${{ fromJSON(inputs.isStableRelease) }}

create-fig-autocomplete-pr:
if: fromJSON(inputs.isStableRelease)
Expand Down

0 comments on commit 704ccb5

Please sign in to comment.