Skip to content

Commit d40c982

Browse files
authored
fix: remove make ci-release-docs from release workflow (#57)
1 parent ee3a7fc commit d40c982

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ examples/crash.log
33
dist
44
packer-plugin-upcloud
55
vendor
6-
docs.zip
76
crash.log
87
*hcl.txt
98
tmp

.goreleaser.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ env:
33
before:
44
hooks:
55
- go test ./...
6-
- make ci-release-docs
76
- make plugin-check
87
builds:
98
-
@@ -60,8 +59,6 @@ signs:
6059
- "${artifact}"
6160
release:
6261
draft: true
63-
extra_files:
64-
- glob: ./docs.zip
6562

6663
changelog:
6764
skip: true

0 commit comments

Comments
 (0)