Skip to content

Commit

Permalink
[release process] Use the correct paths for the PR (#866)
Browse files Browse the repository at this point in the history
Need to watch the files we're interested in bumping.
  • Loading branch information
jagthedrummer authored Aug 17, 2023
1 parent e9d1ba9 commit f87e005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
branch: "version-bump/${{ steps.bump-core.outputs.NEW_VERSION_NUMBER }}"
delete-branch: true
title: "Version bump: ${{ inputs.versionBump }} - ${{ steps.bump-core.outputs.NEW_VERSION_NUMBER }}"
add-paths: "bullet_train*,lib*,CHANGELOG.md"
add-paths: "Gemfile.lock,yarn.lock"
body: |
Version bump of the `core` ruby gems and npm packages`
Expand Down

0 comments on commit f87e005

Please sign in to comment.