ci: use goreleaser nightly on snapshot build

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

.github/workflows/snapshot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/snapshot.yml 🔗

@@ -27,7 +27,7 @@ jobs:
           go-version-file: go.mod
       - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
         with:
-          version: "~> v2"
+          version: "nightly"
           distribution: goreleaser-pro
           args: build --snapshot --clean
         env: