Skip to content

Commit

Permalink
show the recent git history so next time we release we can see if we'…
Browse files Browse the repository at this point in the history
…re looking at the wrong commit
  • Loading branch information
dherman committed Mar 25, 2024
1 parent 094ec3d commit 2b29ec7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
echo publish=true >> "$GITHUB_OUTPUT"
- name: Checkout Code
uses: actions/checkout@v3
- name: Diagnostics
shell: bash
run: |
git log -10
- name: Setup Neon Environment
uses: ./.github/actions/setup-neon
with:
Expand Down

0 comments on commit 2b29ec7

Please sign in to comment.