Skip to content

Commit f4dea00

Browse files
committed
ci: create release
1 parent 9d91f26 commit f4dea00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,10 @@ jobs:
7575
provenance: true
7676
sbom: true
7777

78+
- name: Create a Github Release
79+
uses: ncipollo/release-action@v1
80+
with:
81+
token: "${{ secrets.GITHUB_TOKEN }}"
82+
prerelease: false
83+
body: ${{ github.ref_name }}
84+
generateReleaseNotes: true

0 commit comments

Comments
 (0)