mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-12 20:42:58 +01:00
Add missing checkout
This commit is contained in:
parent
aab31a5edb
commit
5d5a9ed9f6
2
.github/workflows/build_addon.yml
vendored
2
.github/workflows/build_addon.yml
vendored
@ -256,6 +256,8 @@ jobs:
|
||||
- build-dockers
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Get changelog
|
||||
run: npx auto-changelog --handlebars-setup .github/custom-handlebars.js
|
||||
- name: Create release
|
||||
|
Loading…
Reference in New Issue
Block a user