ci: update release workflow try14

This commit is contained in:
Ritesh Ghosh
2025-05-12 01:16:43 +05:30
parent 9bea3e51ca
commit 50bfabaf32
+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.sh && ls -al - run: chmod +x ./scripts/format-package-json && ls -al
- name: Debug format-package-json.sh script - name: Debug format-package-json script
run: | run: |
cat ./scripts/format-package-json.sh && ls -al ./scripts/format-package-json.sh cat ./scripts/format-package-json && ls -al ./scripts/format-package-json
- 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.sh pre-commit: ./scripts/format-package-json
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Create release - name: Create release