1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

Release on tag event.

This commit is contained in:
Bastien Wirtz 2020-06-19 07:56:17 -07:00
parent aac817970c
commit fea05ea099
2 changed files with 5 additions and 4 deletions

View file

@ -3,7 +3,8 @@ name: Upload Release Asset
on:
push:
branches: [master]
tags:
- *
jobs:
build:
@ -24,8 +25,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.run_id }}
release_name: Release ${{ github.run_id }}
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: Upload Release Asset