mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +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:
parent
30c984fd90
commit
d3cfd27f5a
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -6,13 +6,15 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump-version:
|
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
|
runs-on: ubuntu-latest
|
||||||
name: Bump Current Version
|
name: Bump Current Version
|
||||||
outputs:
|
outputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user