Skip to content

Commit

Permalink
Add version to .goreleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Jun 21, 2024
1 parent 56a2667 commit 60b3f02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: ci-goreleaser
on:
pull_request:
paths:
- .github/workflows/ci-goreleaser.yml
- .goreleaser.yml

permissions:
Expand Down
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
project_name: terraform-plugin-framework-validators
build:
skip: true
builds:
- skip: true
milestones:
- close: true
release:
Expand Down

0 comments on commit 60b3f02

Please sign in to comment.