ci: exclude nightly from compare on release (#422)

Drew Smirnoff created

Change summary

.goreleaser.yml | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

.goreleaser.yml 🔗

@@ -3,6 +3,10 @@
 # For more information, see: https://goreleaser.com/customization/
 version: 2
 
+git:
+  ignore_tags:
+    - nightly*
+
 # The 'before' hook runs commands before the build process starts.
 before:
   hooks: