Skip to content

Commit

Permalink
fix(actions): updating release-please command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuss committed Mar 21, 2023
1 parent 526f059 commit 5fb120e
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 @@ -13,7 +13,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest-pr
command: manifest
prerelease: true
versioning-strategy: always-bump-patch
token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 5fb120e

Please sign in to comment.