Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: workflow fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Feb 29, 2024
1 parent 59e5834 commit b5324e0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ jobs:
name : releasePlz
if : ${{ startsWith(github.event.head_commit.message, 'chore:') }}
runs-on: ubuntu-latest
outputs:
released: ${{ steps.rp.outputs.releases_created }}
upload_url: ${{ steps.rp.outputs.upload_url }}
steps:
- id: rp
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
release-type: node
package-name: release-please-action
default-branch: release

0 comments on commit b5324e0

Please sign in to comment.