Skip to content

Commit

Permalink
ci(release,repo): use own bot for git commands in release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob committed Nov 7, 2023
1 parent 6b2e1c4 commit 24c4038
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions:
contents: write
issues: write
pull-requests: write
packages: write

jobs:
release:
name: Release
Expand Down Expand Up @@ -43,6 +49,7 @@ jobs:
with:
commit: "chore(release): bump version and deploy packages"
title: "chore(release): bump version and deploy packages"
setupGitUser: false
publish: pnpm run release
version: pnpm run version-packages
env:
Expand Down

0 comments on commit 24c4038

Please sign in to comment.