Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit fe79d33

Browse files
committed
fixup! new release action
1 parent ecc6736 commit fe79d33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/steps/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ set -euo pipefail
88

99
cd "$(git rev-parse --show-toplevel)/ci/steps"
1010

11-
tag=$(git describe --tags)
11+
# tag=$(git describe --tags)
12+
tag=v1.0.0
1213

1314
build() {
1415
echo "--- building coder-cli for $GOOS-$GOARCH"

0 commit comments

Comments
 (0)