Skip to content

Commit

Permalink
fix(ci): add manifest to the release please (#20)
Browse files Browse the repository at this point in the history
add manifest to the releas please
  • Loading branch information
vahidlazio committed Sep 8, 2023
1 parent 4214439 commit a3d3086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest
release-type: go
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "pkg/provider": "0.1.0" }
{ ".": "0.1.0" }
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bootstrap-sha": "1071027081acd49a38f352ee650bdb85cfa30132",
"packages": {
"pkg/provider": {
".": {
"release-type": "go",
"prerelease": false,
"bump-minor-pre-major": true,
Expand Down

0 comments on commit a3d3086

Please sign in to comment.