From 8a1ca2e53b2db5241b460271e0bc27e3a3deba0d Mon Sep 17 00:00:00 2001 From: Danny Schofield Date: Wed, 3 Apr 2024 16:46:03 -0400 Subject: [PATCH] goreleaser: remove from yml --- .goreleaser.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9fe0ad2..8408b03 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -6,18 +6,6 @@ # yaml-language-server: $schema=https://goreleaser.com/static/schema.json # vim: set ts=2 sw=2 tw=0 fo=cnqoj -version: 1 - -on: - push: - tags: - - '*' - branch: - - main - -permissions: - contents: write - before: hooks: # You may remove this if you don't use go modules.