mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
feat: automate release on tag and workflow dispatch
This commit is contained in:
parent
eb0777ebb4
commit
99e9eefffb
5
.github/workflows/scheduled-release.yml
vendored
5
.github/workflows/scheduled-release.yml
vendored
@ -2,8 +2,9 @@ name: Versioned Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
tags: ["v*"]
|
||||
branches: ["develop"]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
Loading…
x
Reference in New Issue
Block a user