Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shanehull committed Sep 1, 2024
1 parent ee9b6c7 commit 0a45975
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Release Please
id: release-please
uses: google-github-actions/release-please-action@v4
uses: googleapis/release-please-action
with:
token: ${{secrets.GITHUB_TOKEN}}
- uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "go",
"packages": {
".": {}
}
}

0 comments on commit 0a45975

Please sign in to comment.