Skip to content

Commit

Permalink
.goreleaser.yml: Update configuration to v2
Browse files Browse the repository at this point in the history
```
~>  goreleaser -v
GitVersion:    2.0.1

~>  goreleaser check
  • checking                                 path=.goreleaser.yml
  • 1 configuration file(s) validated
  • thanks for using goreleaser!

```
  • Loading branch information
Wilken Rivera authored and nywilken committed Jun 18, 2024
1 parent 2750448 commit 6d1148a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

version: 2
project_name: packer-plugin-sdk
build:
skip: true
builds:
-
skip: true
release:
ids:
- 'none'
Expand Down

0 comments on commit 6d1148a

Please sign in to comment.