Skip to content

Commit

Permalink
build:
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Jul 28, 2023
1 parent 06f1b65 commit 888a390
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
tag-separator: "-"
bump-minor-pre-major: "asd"
package-name: release-please-action
prerelease: "alpha"
prerelease: true
# ${{ steps.setup.outputs.PRERELEASE }}
default-branch: ${{ github.ref_name }}
version-file: version
Expand Down

0 comments on commit 888a390

Please sign in to comment.