diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b66d7c8..be68972 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 with: - ref: feature/ansible_connection + ref: main - name: Set env run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV diff --git a/Makefile b/Makefile index 0a4e082..a24436c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ HOSTNAME=github.com NAMESPACE=relaypro-open NAME=dog_agent BINARY=${NAME} -VERSION=v1.4.0 +VERSION=v1.4.1 OS_ARCH=linux_amd64 default: install