We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 749a165 + 1269fb1 commit fc6c1f0Copy full SHA for fc6c1f0
3 files changed
.github/workflows/release.yaml
@@ -2,7 +2,6 @@
2
name: goreleaser
3
4
on:
5
- pull_request:
6
push:
7
# run only against tags
8
tags:
Makefile
@@ -1,6 +1,5 @@
1
-
COMMIT_ID=$(shell git rev-parse --short HEAD)
-VERSION=$(shell cat VERSION)
+VERSION=$(shell git describe --tags --abbrev=0 | sed 's/v//g')
NAME=ks
VERSION
0 commit comments