From 9bdc0a639f62b22e83e53146e70f2f6a676b11e0 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Mon, 9 Oct 2023 19:07:29 +0200 Subject: [PATCH] fix: fix CI syntax --- .woodpecker/.publish-npm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/.publish-npm.yml b/.woodpecker/.publish-npm.yml index a28faa5..4e81178 100644 --- a/.woodpecker/.publish-npm.yml +++ b/.woodpecker/.publish-npm.yml @@ -1,8 +1,8 @@ +when: + branch: main + event: tag steps: prepare: - when: - branch: main - event: tag image: node commands: - yarn --pure-lockfile