Skip to content

Commit

Permalink
merge to master after release
Browse files Browse the repository at this point in the history
  • Loading branch information
camalot committed Jun 10, 2021
1 parent 1410dd2 commit e2db77f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,13 @@ jobs:
with:
artifacts: dist/*.zip
name: ${{ steps.semvers.outputs.v_patch }}
tag: ${{ steps.semvers.outputs.v_patch }}
token: "${{ github.token }}"
- uses: actions/checkout@master
- name: Merge develop -> master
uses: devmasx/merge-branch@v1.3.1
with:
type: now
from_branch: develop
target_branch: master
github_token: ${{ github.token }}

0 comments on commit e2db77f

Please sign in to comment.