Skip to content

Commit

Permalink
build: use the alternate CHANGELOG name (#3441)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 10, 2020
1 parent 273f216 commit 2cf4433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-submodule.yaml
Expand Up @@ -101,6 +101,7 @@ jobs:
id: tag-release
with:
path: ${{ matrix.package }}
changelog-path: CHANGES.md
token: ${{ secrets.GITHUB_TOKEN }}
release-type: go
monorepo-tags: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Expand Up @@ -42,6 +42,7 @@ jobs:
release-type: go
package-name: google-cloud-go
command: github-release
changelog-path: CHANGES.md
# Add the "autorelease: published" and remove tagged, this allows
# monitoring to be enabled that detects failed releases:
- uses: actions/github-script@v3
Expand Down

0 comments on commit 2cf4433

Please sign in to comment.