Skip to content

Commit 8a50a34

Browse files
authored
Update release.yml
1 parent b0bb112 commit 8a50a34

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
jobs:
19-
build:
20-
name: Build Packages
19+
release:
20+
name: Release
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
@@ -31,7 +31,6 @@ jobs:
3131
# `prepack` hook _should_ run but doesn't seem to.
3232
- run: pnpm run build
3333
- uses: changesets/action@v1
34-
if: ${{ github.event_name != 'pull_request' }}
3534
with:
3635
version: pnpm run ci:version
3736
publish: pnpm run ci:publish

0 commit comments

Comments
 (0)