Skip to content

Commit

Permalink
Merge pull request #498 from ForgeRock/fix-changesets-git
Browse files Browse the repository at this point in the history
chore: fix-ci-commmit
  • Loading branch information
ryanbas21 authored Dec 2, 2024
2 parents 0cea5b3 + ced322a commit ea6b60f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

jobs:
pr:
publish-or-pr:
permissions:
contents: write # to create release (changesets/action)
issues: write # to post issue comments (changesets/action)
Expand Down Expand Up @@ -80,6 +80,7 @@ jobs:
version: pnpm ci:version
title: Release PR
branch: master
commit: 'chore: Version Packages'
setupGitUser: false
env:
# See https://github.com/changesets/action/issues/147
Expand Down

0 comments on commit ea6b60f

Please sign in to comment.