Skip to content

Commit

Permalink
Use softprops/action-gh-release (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas authored Jun 20, 2024
1 parent 178d7c1 commit d871708
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
name: Create release
with:
generate_release_notes: true

0 comments on commit d871708

Please sign in to comment.