Skip to content

Commit

Permalink
build: configure release name
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Jul 28, 2023
1 parent b34a9b8 commit bc75406
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- id: setup
run: |
echo "PRERELEASE=${$(echo "${{ github.ref_name }}")/release\//}" >> $GITHUB_OUTPUT
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
prerelease: ${{ steps.setup.outputs.PRERELEASE }}
default-branch: ${{ github.ref_name }}
version-file: version

0 comments on commit bc75406

Please sign in to comment.