Skip to content

Commit

Permalink
Merge pull request #1271 from PrefectHQ/release/fix-release-workflow-…
Browse files Browse the repository at this point in the history
…missing-actions-release-ui-components-version

Use actions-release-ui-components@main for release workflow.
  • Loading branch information
collincchoy committed May 3, 2024
2 parents 8e007ea + 209276b commit da7b6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- uses: prefecthq/actions-release-ui-components@chore/add-automated-release
- uses: prefecthq/actions-release-ui-components@main
id: release-ui-components
with:
NPM_TOKEN: ${{ secrets.PREFECT_UI_COMPONENTS_NPM_TOKEN }}
Expand Down

0 comments on commit da7b6b1

Please sign in to comment.