Skip to content

Commit

Permalink
chore: add release please bootstrap sha
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 10, 2024
1 parent 29e9b2f commit d0559f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"release-type": "node",
"bootstrap-sha": "27b6858de2190e2caf2b1315ebbc469c01bbd25f",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"tag-separator": "@",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
with:
fetch-depth: 0 # Fetch all history for all tags and branches
- name: read node version from the .nvmrc file
if: ${{ steps.release.outputs.releases_created == 'true' }}
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
shell: bash
id: nvmrc

- uses: actions/setup-node@v4
if: ${{ steps.release.outputs.releases_created == 'true' }}
with:
Expand Down

0 comments on commit d0559f7

Please sign in to comment.