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

Release action #182

Merged
merged 10 commits into from
Nov 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! new release action
  • Loading branch information
cmoog committed Nov 8, 2020
commit fe79d33e4358c47db9c8a983e6c7c6e998712a5e
3 changes: 2 additions & 1 deletion ci/steps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ set -euo pipefail

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

tag=$(git describe --tags)
# tag=$(git describe --tags)
tag=v1.0.0

build() {
echo "--- building coder-cli for $GOOS-$GOARCH"
Expand Down