Skip to content

Commit

Permalink
also create release
Browse files Browse the repository at this point in the history
  • Loading branch information
listlessbird committed Nov 5, 2024
1 parent 82ceb0a commit 15544c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,15 @@ jobs:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-web
subject-digest: ${{ steps.push-web.outputs.digest }}
push-to-registry: true

- name: Create GitHub Release
if: success()
uses: ncipollo/release-action@v1
with:
tag: ${{ github.ref_name }}
name: "${{ github.ref_name }}"
body: "Automated release of images for `${{ github.ref_name }}`"
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 15544c5

Please sign in to comment.