Skip to content

Commit

Permalink
Publish WordPress plugin on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
calind committed Jul 29, 2019
1 parent bc1c730 commit afb20ba
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ clone:
tags: true

steps:
- name: bundle
pull: always
image: quay.io/presslabs/bfc
user: root
commands:
- make bundle

- name: test
image: quay.io/presslabs/php-runtime:7.3.7
user: root
Expand All @@ -31,6 +24,15 @@ steps:
event:
- push

- name: bundle
pull: always
image: quay.io/presslabs/bfc
user: root
commands:
- make bundle
when:
event: tag

- name: publish
image: plugins/github-release
settings:
Expand Down

0 comments on commit afb20ba

Please sign in to comment.