ci: update release-notes step to use sh instead of bash
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Stefan Goppelt 2026-03-29 17:14:21 +02:00
parent 2410c16559
commit b3d80f1ae3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ steps:
- name: release-notes
image: alpine/git
commands:
- bash scripts/generate-release-notes.sh
- sh scripts/generate-release-notes.sh
when:
event:
- tag