Skip to content

Commit

Permalink
ci: update create-release-pr.yml (#96)
Browse files Browse the repository at this point in the history
### Description
  • Loading branch information
mato533 authored Dec 6, 2024
1 parent 5623f02 commit 100edf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-rlease-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ jobs:
APP_VERSION_TEXT: ${{steps.identify-version.outputs.app-version-text}}
run: |
pnpm run changelog --tag "${APP_VERSION_TEXT}"
pnpm exec prettier --write CHANGELOG.md
- name: Spell Check and Fix of changelog
uses: crate-ci/typos@master
Expand All @@ -125,6 +124,7 @@ jobs:
EOF
- name: Commit package.json
working-directory: packages/electron-typed-ipc-bridge
env:
APP_VERSION: ${{steps.identify-version.outputs.app-version}}
APP_VERSION_TEXT: ${{steps.identify-version.outputs.app-version-text}}
Expand All @@ -135,6 +135,7 @@ jobs:
[AUTO] this commit is created by github actions automatically.
EOF
- name: Push commits
env:
BRANCH_NAME: ${{ steps.create-repository.outputs.branch-name }}
Expand Down

0 comments on commit 100edf1

Please sign in to comment.