Skip to content

Commit

Permalink
build: configure prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Jul 28, 2023
1 parent 8a25c7e commit b870fd3
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,7 +22,8 @@ jobs:
with:
release-type: node
package-name: release-please-action
prerelease: ${{ steps.setup.outputs.PRERELEASE }}
prerelease: true
# ${{ steps.setup.outputs.PRERELEASE }}
default-branch: ${{ github.ref_name }}
version-file: version

0 comments on commit b870fd3

Please sign in to comment.