Skip to content

Commit

Permalink
chore(deps): upgrade release notary to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Oct 5, 2019
1 parent dadfd92 commit 8f10adc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ steps:
- name: fetch
image: docker:git
commands:
- git fetch origin master
- git fetch --tags
when:
event: [tag]
Expand All @@ -27,7 +28,7 @@ steps:
event: [pull_request]

- name: release notes
image: commitsar/release-notary:0.3.0
image: commitsar/release-notary:0.3.1
environment:
GITHUB_TOKEN:
from_secret: github_token
Expand Down

0 comments on commit 8f10adc

Please sign in to comment.