Skip to content

Commit

Permalink
chore(monorepo): do not skip ci for '[ci] Release' PR
Browse files Browse the repository at this point in the history
  • Loading branch information
alber70g committed Nov 9, 2023
1 parent 6f79f73 commit 813d4d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/manual-release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# Note: pnpm install after versioning is necessary to refresh lockfile
version: pnpm run version
publish: pnpm run publish
commit: 'Update changelogs and bump versions [skip ci]'
commit: 'Update changelogs and bump versions'
title: '[ci] Release'
env:
# Needs "Contents" r+w and "Pull requests" r+w access to open/update PRs and push to main
Expand Down

0 comments on commit 813d4d8

Please sign in to comment.