checkout before #3

Merged
julienfastre merged 1 commits from release/test2 into main 2023-11-19 20:44:54 +00: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