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 65d00a0
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 @@ -22,10 +22,11 @@ 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
node -e "$SCRIPT"
- uses: google-github-actions/release-please-action@v3
with:
release-type: node

prerelease: true
monorepo-tags: true
package-name: ${{ steps.setup.outputs.RELEASE_NAME }}
Expand Down

0 comments on commit 65d00a0

Please sign in to comment.