Skip to content

Commit

Permalink
fix: remove make ci-release-docs from release workflow (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed Jan 3, 2024
1 parent ee3a7fc commit d40c982
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ examples/crash.log
dist
packer-plugin-upcloud
vendor
docs.zip
crash.log
*hcl.txt
tmp
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ env:
before:
hooks:
- go test ./...
- make ci-release-docs
- make plugin-check
builds:
-
Expand Down Expand Up @@ -60,8 +59,6 @@ signs:
- "${artifact}"
release:
draft: true
extra_files:
- glob: ./docs.zip

changelog:
skip: true

0 comments on commit d40c982

Please sign in to comment.