Skip to content

Commit

Permalink
Clean up release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sosheskaz committed Apr 20, 2024
1 parent 93b1d87 commit f1ab81a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,17 @@ jobs:

- name: build release image
run: docker buildx bake release --push
outputs:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
INFINITUDE_IMAGE_NAME: ${{ env.INFINITUDE_IMAGE_NAME }}

create-release:
needs: build-images
needs:
- metadata
- build-images

runs-on: ubuntu-latest
steps:

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -60,4 +64,5 @@ jobs:
with:
tag_name: ${{ steps.version.outputs.VERSION }}
release_name: Release ${{ steps.version.outputs.VERSION }}
generateReleaseNotes: true
body: |
Container image: `ghcr.io/sosheskaz/infinitude-ha-addon:${{ steps.version.outputs.VERSION }}`

0 comments on commit f1ab81a

Please sign in to comment.