Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Mar 8, 2023
1 parent 81e6a05 commit cfe2718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 49 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ name: Release - Beta

on:
pull_request:
# types: [labeled]
types: [labeled]
branches:
- main
jobs:
prerelease:
# if: |
# github.repository_owner == 'shadcn' &&
# contains(github.event.pull_request.labels.*.name, '🚀 autorelease')
if: |
github.repository_owner == 'shadcn' &&
contains(github.event.pull_request.labels.*.name, '🚀 autorelease')
name: Build & Publish a beta release to NPM
runs-on: ubuntu-latest
environment: Preview
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit cfe2718

Please sign in to comment.