Skip to content

Commit

Permalink
chore: release branch gets updated automatically on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvllmr committed Nov 5, 2024
1 parent 43f197b commit b5f5260
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ on:
workflow_dispatch:

jobs:
sync-release-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Merge dev -> release
uses: devmasx/merge-branch@master
with:
type: now
from_branch: dev
target_branch: release
message: Merge into release
github_token: ${{ secrets.GITHUB_TOKEN }}

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b5f5260

Please sign in to comment.