Compare commits

...

2 Commits

Author SHA1 Message Date
56c5c4328a remove permissions
Some checks failed
Prepare release for chill app / update-deps (push) Successful in 25s
Create release / create-release (push) Failing after 6s
2023-11-19 21:49:36 +01:00
9949393d7b checkout before
Some checks failed
Prepare release for chill app / update-deps (push) Successful in 23s
Tag next release / tag_if_merged (pull_request) Failing after 21s
2023-11-19 21:44:11 +01:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

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