From d871708ddd1bbd6d517fe19bae764bf79f81701b Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Thu, 20 Jun 2024 16:16:36 +0200 Subject: [PATCH] Use softprops/action-gh-release (#470) --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3da26ccd..98fec2e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -111,3 +111,16 @@ jobs: images: ${{ needs.build.outputs.images }} registry: docker.io secrets: inherit + + make-release: + runs-on: ubuntu-22.04 + if: >- + github.repository == 'aiidalab/aiidalab-docker-stack' + && github.ref_type == 'tag' + needs: [publish-dockerhub] + + steps: + - uses: softprops/action-gh-release@v0.1.15 + name: Create release + with: + generate_release_notes: true