Skip to content

Commit

Permalink
revert snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
timofey-kurakin-m10 authored Dec 18, 2023
1 parent f24e54f commit fa6d5b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa6d5b7

Please sign in to comment.