Skip to content

Commit

Permalink
fix: remove skip deprecated config
Browse files Browse the repository at this point in the history
add gorelease config check to workflow

Signed-off-by: Steffen Tautenhahn <[email protected]>
  • Loading branch information
stevie- committed Oct 2, 2024
1 parent b1b3352 commit e38506b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
run: |
git diff --compact-summary --exit-code || \
(echo; echo "Unexpected difference in directories after code generation. Run 'go generate ./...' command and commit."; exit 1)
- name: test GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
args: check
env:
# GitHub sets the GITHUB_TOKEN secret automatically.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Run acceptance tests in a matrix with Terraform CLI versions
test:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
disable: true

0 comments on commit e38506b

Please sign in to comment.