Skip to content

Commit 10da11a

Browse files
committed
update to v25.15.0
1 parent 3ff2b6b commit 10da11a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/autorelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
git push -f origin "refs/tags/$ver"
9595
9696
- name: Publish new version
97+
if: ${{ steps.get_version.outputs.version != '' }}
9798
run: |
9899
make update-pkg-cache
99100

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
update-pkg-cache:
44
@echo "Updating new package version..."
55
GOPROXY=https://proxy.golang.org GO111MODULE=on \
6-
go get github.com/talon-one/talon_go/[email protected]
6+
go list -m github.com/talon-one/talon_go/[email protected]
77

88
apply-patches:
99
@echo "Applying gopatch patches..."

0 commit comments

Comments
 (0)