ci: update release-notes step to use sh instead of bash
continuous-integration/drone/tag Build is failing
continuous-integration/drone/tag Build is failing
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user