Skip to content

Commit

Permalink
fix(ci): fix release asset job (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Aug 2, 2023
1 parent 399381b commit af6066d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- os: windows
arch: amd64
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- uses: actions/checkout@v3
# The API linter does not use these, but we need them to build the
# binaries.
#
Expand Down
1 change: 1 addition & 0 deletions .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"release-type": "go-yoshi",
"include-component-in-tag": false,
"include-v-in-tag": true,
"changelog-path": "CHANGELOG.md",
"packages": {
".": {
"component": "api-linter"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Changelog

## [1.55.1](https://github.com/googleapis/api-linter/compare/v1.55.0...v1.55.1) (2023-08-02)


### Bug Fixes

* **locations:** add arbitrary field option helper ([#1213](https://github.com/googleapis/api-linter/issues/1213)) ([b8a0992](https://github.com/googleapis/api-linter/commit/b8a09921324769f882d14efb95014cadc81b8644))
* refactor Standard Method message helpers into utils ([#1212](https://github.com/googleapis/api-linter/issues/1212)) ([c6b5d10](https://github.com/googleapis/api-linter/commit/c6b5d10eadf72b71437d5639d3ad17d07af22082))
9 changes: 0 additions & 9 deletions CHANGES.md

This file was deleted.

0 comments on commit af6066d

Please sign in to comment.