Skip to content

Commit

Permalink
update 10.0 alpha again (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack authored Dec 4, 2024
2 parents de474be + 29531ca commit 350288b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: ./.github/workflows/tps-record-release.yml
secrets: inherit
with:
isStableRelease: ${{ fromJSON(inputs.isStableRelease) }}
isStableCandidate: ${{ fromJSON(inputs.isStableRelease) }}

create-fig-autocomplete-pr:
if: fromJSON(inputs.isStableRelease)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tps-record-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
# checkout required to get github.sha
- uses: actions/checkout@v3
- env:
ACTOR_EMAIL: ${{ secrets.TPS_API_RELEASE_ACTOR_EMAIL
ACTOR_EMAIL: ${{ secrets.TPS_API_RELEASE_ACTOR_EMAIL }}
TPS_API_TOKEN: ${{ secrets.TPS_API_TOKEN_PARAM }}
run: ./scripts/postrelease/tps_record_release cli ${{ github.sha }}

0 comments on commit 350288b

Please sign in to comment.