Skip to content

Commit

Permalink
chore: use develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala committed Feb 15, 2024
1 parent e87b9b7 commit 93a996c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- next
- develop

jobs:
version:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "./packages/core/ ./packages/ui/" | xargs -n 1 cp README.md

- name: Create Pre-release
if: github.ref == 'refs/heads/next'
if: github.ref == 'refs/heads/develop'
uses: changesets/action@v1
with:
version: pnpm run version
Expand Down

0 comments on commit 93a996c

Please sign in to comment.