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