ci: update release-notes step to use sh instead of bash
continuous-integration/drone/tag Build is failing
Details
continuous-integration/drone/tag Build is failing
Details
This commit is contained in:
parent
2410c16559
commit
b3d80f1ae3
|
|
@ -27,7 +27,7 @@ steps:
|
||||||
- name: release-notes
|
- name: release-notes
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- bash scripts/generate-release-notes.sh
|
- sh scripts/generate-release-notes.sh
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue