We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7793d6c commit 6d40c8eCopy full SHA for 6d40c8e
.gitignore
@@ -42,6 +42,3 @@ tags
42
43
#Mac
44
.DS_Store
45
-
46
-# Generated from gorelease
47
-VERSION
tekton/goreleaser.yml
@@ -27,7 +27,6 @@ spec:
27
args:
28
- -c
29
- "git status; git fetch -p --all"
30
- - "git describe --tags > VERSION"
31
- name: release
32
image: goreleaser/goreleaser
33
workingdir: /workspace/src/${inputs.params.package}
0 commit comments