From e743a95d91e960ad09e9926416794bea376de806 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Sat, 13 Aug 2022 09:49:16 +0200 Subject: [PATCH] docs: added comment to push_version workflow --- .github/workflows/push_version.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push_version.yml b/.github/workflows/push_version.yml index 06dcd85..48fce79 100644 --- a/.github/workflows/push_version.yml +++ b/.github/workflows/push_version.yml @@ -1,5 +1,8 @@ name: goreleaser +# Keep in mind that the first run of this workflow will probable be pushed +# without tags, so it will fail on the git command. + on: push: branches: [latest]