Skip to content

Commit

Permalink
ci(.github/workflows): remove release type in favour of manifest file. (
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge authored Jun 19, 2024
1 parent 9bddd77 commit 19f3c77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: go
config-file: .config/release-please-config.json
manifest-file: .config/.release-please-manifest.json
config-file: ".config/release-please-config.json"
manifest-file: ".config/.release-please-manifest.json"

0 comments on commit 19f3c77

Please sign in to comment.