Compare commits

...

2 Commits

Author SHA1 Message Date
Julien Fastré ca4e8e3cec Merge pull request 'checkout before' (#3) from release/test2 into main
Create release / create-release (push) Failing after 7s Details
Reviewed-on: #3
2023-11-19 20:44:53 +00:00
Julien Fastré 9949393d7b
checkout before
Prepare release for chill app / update-deps (push) Successful in 23s Details
Tag next release / tag_if_merged (pull_request) Failing after 21s Details
2023-11-19 21:44:11 +01:00
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ 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