Skip to content

Commit

Permalink
build: configure setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Jul 28, 2023
1 parent 49f66b5 commit 780146e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
const releaseName = e.exec(process.env.GITHUB_REF_NAME)?.groups?.name ?? "latest";
console.log(`RELEASE_NAME=${JSON.stringify(releaseName)}`);
'
node -e $SCRIPT >> $GITHUB_OUTPUT
echo node -e $SCRIPT
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
Expand Down

0 comments on commit 780146e

Please sign in to comment.