Skip to content

Commit 882256e

Browse files
committed
auto-generated release notes
1 parent 64e6dc5 commit 882256e

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,27 @@ on:
66
- "v*"
77

88
permissions:
9-
contents: read
9+
contents: write
1010
packages: write
1111

1212
env:
1313
REGISTRY: ghcr.io
1414
IMAGE_NAME: tabloy/keygate
1515

1616
jobs:
17+
release:
18+
name: GitHub Release
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: actions/checkout@v6
22+
23+
- name: Create Release
24+
uses: softprops/action-gh-release@v2
25+
with:
26+
generate_release_notes: true
27+
1728
docker:
29+
name: Docker Image
1830
runs-on: ubuntu-latest
1931
steps:
2032
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)