forked from extern/homer
Release on tag event.
This commit is contained in:
parent
aac817970c
commit
fea05ea099
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homer",
|
||||
"version": "2.0.0",
|
||||
"version": "20.06.1",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
Loading…
Reference in New Issue
Block a user