You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: for branch in $(git branch -r --contains tags/${GITHUB_REF_NAME}); do [[ "${branch}" =~ release-.* ]] && exit 0; done; exit 1
- name: Get minor version
id: minor_version
run: echo ::set-output name=VERSION::$(echo "${{ github.ref_name }}" | sed 's/v\(.*\)\.[0-9]*$/\1/')
- name: Release
uses: softprops/action-gh-release@v1
with:
body: |
See [CHANGELOG](https://github.com/elastisys/compliantkubernetes-apps/blob/${{ github.ref_name }}/changelog/${{ steps.minor_version.outputs.VERSION }}.md) for details.