ci: update release workflow try11
This commit is contained in:
@@ -10,6 +10,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkouts repo
|
- name: Checkouts repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- run: chmod +x ./scripts/format-package-json.sh
|
||||||
|
|
||||||
|
- name: Debug format-package-json.sh script
|
||||||
|
run: |
|
||||||
|
cat ./scripts/format-package-json.sh && ls -al ./scripts
|
||||||
|
|
||||||
- name: Conventional changelog action
|
- name: Conventional changelog action
|
||||||
id: changelog
|
id: changelog
|
||||||
uses: TriPSs/conventional-changelog-action@v5
|
uses: TriPSs/conventional-changelog-action@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user