Create release on push to main branch.

This commit is contained in:
Jeremy Wood 2023-02-19 16:13:23 -05:00
parent 5b991f44e2
commit 2fdef44744
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 19 additions and 0 deletions

19
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Create Release Version
on:
push:
branches: [main]
jobs:
release_on_push:
runs-on: ubuntu-latest
steps:
- name: Create release
uses: rymndhng/release-on-push-action@v0.27.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
bump_version_scheme: norelease
tag_prefix: v
release_name: "Release <RELEASE_VERSION>"
use_github_release_notes: true