Skip to content

Commit

Permalink
fix(ci/bump-manifest-version): format manifest.json after update (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Oct 24, 2024
1 parent 721f0ab commit 6a78dd3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/bump-manifest-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with: { node-version-file: '.nvmrc' }
- name: Environment setup
uses: ./.github/actions/setup

- name: Bump version
id: bump
Expand All @@ -39,6 +38,9 @@ jobs:
const script = require('./.github/actions/bump-manifest-version.cjs')
await script({ github, context, core })
- name: Format with prettier
run: pnpm format:fix

- name: Create pull request
uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit 6a78dd3

Please sign in to comment.