Skip to content

Commit

Permalink
Publishing only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlooss1 committed Jun 13, 2023
1 parent 9522a9f commit 5c2ed1f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -722,10 +722,16 @@ jobs:
name: Build package
command: |
./tools/test.sh -p pkg -s false
- run:
name: Publish package
command: |
./tools/pkg/publish.sh
- when:
condition:
matches:
pattern: /^\d+\.\d+\.\d+/
value: << pipeline.git.tag >>
steps:
- run:
name: Publish package
command: |
./tools/pkg/publish.sh
filters: &all_tags
tags:
Expand Down

0 comments on commit 5c2ed1f

Please sign in to comment.