Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsheldon committed Jul 5, 2022
1 parent 156f5c9 commit 9c47e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ steps:
- echo "hello world" > temp.txt
- gpg --detach-sig --yes -v --output=/dev/null --pinentry-mode loopback --passphrase "$GPG_PASSWORD" temp.txt
- rm temp.txt
- goreleaser release --skip-publish
- goreleaser release
when:
ref:
- refs/tags/v**

0 comments on commit 9c47e9d

Please sign in to comment.