CI: Use tag name when generating a release.
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Reily Siegel 2023-02-02 16:19:18 -05:00
parent d73f1b0108
commit 9d85b72177
Signed by untrusted user: 1114
GPG Key ID: 508A5AD0A50F88AF
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
image: git.axpdsp.org/parliamentarian/bylaw-builder image: git.axpdsp.org/parliamentarian/bylaw-builder
commands: commands:
- "make" - "make"
- "date -I > title" - "echo $DRONE_TAG > title"
- name: publish - name: publish
image: plugins/gitea-release image: plugins/gitea-release
settings: settings: