Compare commits

..

2 Commits

2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
name: Create release
run-name: Create release on tag
permissions:
contents: write
on:
push:
tags:

View File

@@ -13,8 +13,6 @@ jobs:
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')
runs-on: ubuntu-latest
steps:
- name: check out repository
uses: https://github.com/actions/checkout@v4
- name: changie latest
id: changie_latest
uses: https://github.com/miniscruff/changie-action@v2