Skip to content

Commit

Permalink
fix: version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed Mar 4, 2025
1 parent 8279808 commit d2689e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
id: release
with:
release-type: node
bootstrap-sha: 80b151e77b4c676b1b3c684a0e38ef061c835fab # The first 1.0.0 release
# Only proceed with the following steps if a release was created
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
Expand Down
6 changes: 4 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
".": "1.5.1"
}
".": "1.5.1",
"last-release-sha": "3d185ffd84e0314bf7a09e4e08e1d32737d4b83a"
}

0 comments on commit d2689e5

Please sign in to comment.