File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5151 file : ./Dockerfile.portal
5252 push : true
5353 tags : ${{ steps.meta.outputs.tags }}
54- labels : ${{ steps.meta.outputs.labels }}
55-
56-
57- release :
58- name : 🚰 Release new version.
59- needs : push_image_to_github
60- runs-on : ubuntu-latest
61-
62- steps :
63- - name : 🛎️Check out the source code
64- uses : actions/checkout@v3
65- with :
66- fetch-depth : 0
67- submodules : recursive
68-
69- - name : ⚙️Build Changelog
70- id : github_release
71- uses : mikepenz/release-changelog-builder-action@v4
72- with :
73- configuration : " .github/config/configuration.json"
74- commitMode : true
75- ignorePreReleases : ${{ !contains(github.ref, '-') }}
76- env :
77- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78-
79- - name : ⏬Download all the build artifacts
80- uses : actions/download-artifact@v3
81- with :
82- path : release-artifacts
83-
84- - name : ✨Github Release
85- uses : softprops/action-gh-release@v1
86- with :
87- body : ${{ steps.github_release.outputs.changelog }}
88- files : |
89- ${{ github.workspace }}/release-artifacts/**
90- generate_release_notes : true
91- fail_on_unmatched_files : true
92- env :
93- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54+ labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments