From 4622388f3e58888b8dc611d2b7517a420be1cb2e Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Fri, 1 Nov 2019 13:06:38 -0700 Subject: [PATCH] ensure tag script runs in windows pipeline --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fe0ff3a..b0a4fe8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -168,7 +168,7 @@ steps: PASSWORD: from_secret: docker_password commands: - - powershell.exe scripts/windows/latest.ps1 + - powershell.exe scripts/windows/tag.ps1 when: event: [ tag ]