We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make ci-release-docs
1 parent ee3a7fc commit d40c982Copy full SHA for d40c982
.gitignore
@@ -3,7 +3,6 @@ examples/crash.log
3
dist
4
packer-plugin-upcloud
5
vendor
6
-docs.zip
7
crash.log
8
*hcl.txt
9
tmp
.goreleaser.yaml
@@ -3,7 +3,6 @@ env:
before:
hooks:
- go test ./...
- - make ci-release-docs
- make plugin-check
builds:
-
@@ -60,8 +59,6 @@ signs:
60
59
- "${artifact}"
61
release:
62
draft: true
63
- extra_files:
64
- - glob: ./docs.zip
65
66
changelog:
67
skip: true
0 commit comments