From fa6d5b7b43c2bd11c6beef0ac98ce9bd2adf7d7d Mon Sep 17 00:00:00 2001 From: timofey-kurakin-m10 <124785785+timofey-kurakin-m10@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:37:18 +0300 Subject: [PATCH] revert snapshot --- .github/workflows/release.yml | 3 ++- Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27130565e..57b149737 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,4 +31,5 @@ jobs: make release env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_WRITE_PACKAGES }} - VERSION: ${{ steps.prepare.outputs.tag_name }} + VERSION: latest + TAG: latest diff --git a/Makefile b/Makefile index deb9d05df..01beb0a34 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ release: -e DOCKER_REGISTRY \ -v /var/run/docker.sock:/var/run/docker.sock \ goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \ - release --snapshot --rm-dist --skip-validate --timeout=1h + release --rm-dist --skip-validate --timeout=1h .PHONY: clean clean: