mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
Fix/actions (#1213)
* ci(release): trigger release on main branch push * chore(release): update release workflow to use main branch
This commit is contained in:
@@ -6,13 +6,15 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
bump-version:
|
||||
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'
|
||||
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
|
||||
runs-on: ubuntu-latest
|
||||
name: Bump Current Version
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user