Compare commits
2 Commits
0.1.8
...
v0.1.9-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43adf12755 | ||
|
|
e2bea2c151 |
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -1,9 +1,12 @@
|
|||||||
name: Build and Release on Tag
|
name: Build and Release on Tag
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
inputs:
|
||||||
- main
|
branch:
|
||||||
|
description: 'Branch to build the Docker image from'
|
||||||
|
required: true
|
||||||
|
default: 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
@@ -73,5 +76,7 @@ jobs:
|
|||||||
name: Release ${{ env.VERSION }}
|
name: Release ${{ env.VERSION }}
|
||||||
body: |
|
body: |
|
||||||
${{ env.CHANGELOG_CONTENT }}
|
${{ env.CHANGELOG_CONTENT }}
|
||||||
|
generate_release_notes: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user