Skip to content

Commit

Permalink
merged into master
Browse files Browse the repository at this point in the history
  • Loading branch information
dgulinobw committed Feb 27, 2024
1 parent 06d559f commit 5115f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5115f8c

Please sign in to comment.