Skip to content

Merge branch 'release/1.7.2' #28

Merge branch 'release/1.7.2'

Merge branch 'release/1.7.2' #28

name: Create new release
on:
push:
# branches:
# - main
tags:
- '*.*.*'
jobs:
create_new_release:
name: Create new release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- run: echo "Release for tag ${CURRENT_TAG}"
- uses: actions/checkout@v3
- name: Create Release
uses: ncipollo/[email protected]
with:
bodyFile: "Changelog/${{ github.ref_name }}.md"