Skip to content

Commit

Permalink
build: upgrade release
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Jul 28, 2023
1 parent bc75406 commit 8a25c7e
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 @@ -17,7 +17,7 @@ jobs:
steps:
- id: setup
run: |
echo "PRERELEASE=${$(echo "${{ github.ref_name }}")/release\//}" >> $GITHUB_OUTPUT
echo "PRERELEASE=${GITHUB_REF_NAME/release\//}" >> $GITHUB_OUTPUT
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
Expand Down

0 comments on commit 8a25c7e

Please sign in to comment.