Fix woodpecker

This commit is contained in:
Yarmo Mackenbach 2022-02-25 20:53:20 +01:00
parent 4532fd90ea
commit e8c91df0c8
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 8 additions and 2 deletions

View file

@ -35,3 +35,6 @@ pipeline:
auto_tag: true auto_tag: true
when: when:
event: tag event: tag
depends_on:
- test

View file

@ -9,3 +9,6 @@ pipeline:
from_secret: npm_email from_secret: npm_email
when: when:
event: tag event: tag
depends_on:
- test