release on tag
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 11 Jun 2022 16:17:14 +0000 (17:17 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 11 Jun 2022 16:17:14 +0000 (17:17 +0100)
.woodpecker/.release.yml

index 2e74f6fdff8202ca5ecccf00588c0b484b945f91..253dd80713b33cc65af7cfadebde6cd9571d22dd 100644 (file)
@@ -6,7 +6,7 @@ pipeline:
   amd64-glibc:
     when:
       event:
-        - deployment
+        - tag
 
     group: release
     image: elixir:1.13
@@ -29,7 +29,7 @@ pipeline:
   amd64-musl:
     when:
       event:
-        - deployment
+        - tag
 
     group: release
     image: elixir:1.13-alpine
@@ -52,7 +52,7 @@ pipeline:
   arm64-glibc:
     when:
       event:
-        - deployment
+        - tag
 
     group: release
     image: arm64v8/elixir:1.13
@@ -75,7 +75,7 @@ pipeline:
   arm64-musl:
     when:
       event:
-        - deployment
+        - tag
 
     group: release
     image: arm64v8/elixir:1.13-alpine