Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jimid27 committed Jan 18, 2024
1 parent dabd96e commit 33d6ac4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Release

on:
push:
paths:
- package.json
# paths:
# - package.json
branches:
- main
- tmp/test-output-type

jobs:

Expand All @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: prefecthq/actions-release-ui-components@main
- uses: prefecthq/actions-release-ui-components@fix/release-when-changes-occur
with:
NPM_TOKEN: ${{ secrets.PREFECT_UI_COMPONENTS_NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 33d6ac4

Please sign in to comment.