Skip to content

Commit

Permalink
Merge branch 'main' into chore/eslint-config-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jimid27 authored Mar 26, 2024
2 parents d84666f + a2d4ce4 commit ee460d8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ jobs:
- uses: actions/checkout@v4

- uses: prefecthq/actions-release-ui-components@main
id: release-ui-components
with:
NPM_TOKEN: ${{ secrets.PREFECT_UI_COMPONENTS_NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PREFECT_UI_LIBRARY_ACTIONS_RW_TOKEN: ${{ secrets.PREFECT_UI_LIBRARY_ACTIONS_RW }}
UPDATE_DOWNSTREAM_NEBULA_UI_REPO: "false"
UPDATE_DOWNSTREAM_OSS_REPO: "false"
UPDATE_DOWNSTREAM_PREFECT_UI_LIBRARY_REPO: "true"

- uses: prefecthq/actions-trigger-downstream-npm-package-updates@main
id: trigger-downstream-npm-package-update-prefect-ui-library
if: ${{ steps.release-ui-components.outputs.type }}
with:
GITHUB_TOKEN: ${{ secrets.PREFECT_UI_LIBRARY_ACTIONS_RW }}
DOWNSTREAM_REPO_NAME: prefect-ui-library
RELEASE_TAG: ${{ steps.release-ui-components.outputs.version}}

0 comments on commit ee460d8

Please sign in to comment.