Skip to content

Commit c48b215

Browse files
authored
Merge pull request #45 from kcp-dev/bump-goreleaser
🐛 update goreleaser config to version 2
2 parents c53499a + 3094a4d commit c48b215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
version: 2
1516
builds:
1617
- id: "api-syncagent"
1718
main: ./cmd/api-syncagent
@@ -29,7 +30,7 @@ builds:
2930

3031
archives:
3132
- id: api-syncagent
32-
builds:
33+
ids:
3334
- api-syncagent
3435

3536
release:

0 commit comments

Comments
 (0)