From 656241be2db2d361a6b6894b3b4bc6b8786ad63c Mon Sep 17 00:00:00 2001 From: Dele Omotosho Date: Fri, 1 Sep 2023 09:07:52 -0400 Subject: [PATCH] ci: updates the ser env --- .github/workflows/compileandrelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compileandrelease.yml b/.github/workflows/compileandrelease.yml index 3ef8d6a..24b0c36 100644 --- a/.github/workflows/compileandrelease.yml +++ b/.github/workflows/compileandrelease.yml @@ -21,7 +21,7 @@ jobs: - name: install semverbot run: | - curl -o bin/sbot -L https://github.com/restechnica/semverbot/releases/download/v$SEMVERBOT_VERSION/sbot-linux-amd64 + curl -o bin/sbot -L https://github.com/restechnica/semverbot/releases/download/v1.0.0/sbot-linux-amd64 chmod +x bin/sbot - name: update version