Skip to content

Commit

Permalink
chore(ci): update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 13, 2024
1 parent 7eea328 commit 283f191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/refine-registry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- "packages/**"
branches:
- next
- releases/december-2024

env:
RELEASE_ONLY: ${{ secrets.RELEASE_ONLY }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Release

on:
push:
paths:
- ".changeset/**"
- "packages/**"
branches:
- main

Expand Down Expand Up @@ -79,6 +82,7 @@ jobs:
run: |
git config --global user.email "${{ env.GIT_USER_EMAIL }}"
git config --global user.name "${{ env.GIT_USER_NAME }}"
git fetch origin
git checkout next
git merge main
git push origin next

0 comments on commit 283f191

Please sign in to comment.