Skip to content

Commit

Permalink
chore: release 1.5.1
Browse files Browse the repository at this point in the history
Force release-please to recognize correct versioning
  • Loading branch information
billchurch committed Mar 4, 2025
1 parent 3b202d5 commit 75ab0d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
id: release
with:
release-type: node
# Only proceed with the following steps if a release was created
command: github-release
release-as: "1.5.1" # Only proceed with the following steps if a release was created
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}

Expand Down

0 comments on commit 75ab0d4

Please sign in to comment.