Skip to content

Commit

Permalink
ci(changesets):test
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Apr 29, 2024
1 parent 0dc9cac commit d0bac61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ jobs:
startsWith(env.COMMIT_MSG, 'ci(changesets)')
run: |
git log -1
git show --no-patch
echo $COMMIT_MSG
git show --format='commit %H%nAuthor: %an <%ae>%nDate: %ad%n%n %s' echo $COMMIT_MSG
echo $RELEASE_VERSION
echo $CURRENT_VERSION
env:
Expand Down

0 comments on commit d0bac61

Please sign in to comment.