ci: Add condition for publish
This commit is contained in:
parent
29129c30f4
commit
39674fa3cd
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ steps:
|
|||
environment:
|
||||
PACKAGE_TOKEN:
|
||||
from_secret: PACKAGE_TOKEN
|
||||
when:
|
||||
ref:
|
||||
include:
|
||||
- refs/tags/**
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /_cache
|
||||
|
|
Loading…
Reference in a new issue