Skip to content

Commit

Permalink
fix: deleted package-name and prerelease
Browse files Browse the repository at this point in the history
 - fixes the github actions deprecation warning for node v16
  • Loading branch information
sriramkanakam87 committed Apr 5, 2024
1 parent e29c89b commit 1fa3fd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,4 @@ jobs:
- uses: google-github-actions/release-please-action@v4
with:
release-type: php
package-name: release-please-action
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1fa3fd7

Please sign in to comment.