create github release on dev release

This commit is contained in:
Kamil
2024-12-05 09:39:17 +00:00
parent 39e44e0606
commit 4be027bb35

View File

@@ -59,5 +59,11 @@ jobs:
ghcr.io/${{ github.repository }}:${{ env.COMMIT_SHA }}
ghcr.io/${{ github.repository }}:dev
ghcr.io/${{ github.repository }}:${{ env.VERSION }}
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.VERSION }}
name: Dev Release ${{ env.VERSION }}
generate_release_notes: true