ci: update release workflow try16

This commit is contained in:
Ritesh Ghosh
2025-05-12 01:23:32 +05:30
parent 7a87c7fa32
commit 5fada2560d
+4 -4
View File
@@ -11,11 +11,11 @@ jobs:
- name: Checkouts repo - name: Checkouts repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: chmod +x ./scripts/format-package-json && ls -al - run: chmod +x ./scripts/format-package-json.js && ls -al
- name: Debug format-package-json script - name: Debug format-package-json.js script
run: | run: |
cat ./scripts/format-package-json && ls -al ./scripts/format-package-json cat ./scripts/format-package-json.js && ls -al ./scripts/format-package-json.js
- name: Conventional changelog action - name: Conventional changelog action
id: changelog id: changelog
@@ -24,7 +24,7 @@ jobs:
skip-on-empty: false skip-on-empty: false
git-user-name: "github-actions[bot]" git-user-name: "github-actions[bot]"
git-user-email: "github-actions[bot]@users.noreply.github.com" git-user-email: "github-actions[bot]@users.noreply.github.com"
pre-commit: ./scripts/format-package-json pre-commit: ./scripts/format-package-json.js
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Create release - name: Create release