[FEAT] add better release workflow (#18)
This commit is contained in:
parent
2aab3cdfcc
commit
44e79baee1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -1,4 +1,3 @@
|
||||||
name: release github version
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -37,7 +36,7 @@ jobs:
|
||||||
GH_TOKEN: ${{ secrets.EXT_GITHUB }}
|
GH_TOKEN: ${{ secrets.EXT_GITHUB }}
|
||||||
repo_name: "${{ github.event.repository.name }}"
|
repo_name: "${{ github.event.repository.name }}"
|
||||||
tag: "${{ github.ref_name }}"
|
tag: "${{ github.ref_name }}"
|
||||||
branch: "update-${{ github.event.repository.name }}"
|
branch: "update-${{ github.event.repository.name }}-${{ github.ref_name }}"
|
||||||
title: "[UPDATE] ${{ github.event.repository.name }} to ${{ github.ref_name }}"
|
title: "[UPDATE] ${{ github.event.repository.name }} to ${{ github.ref_name }}"
|
||||||
body: "https://github.com/lnbits/${{ github.event.repository.name }}/releases/${{ github.ref_name }}"
|
body: "https://github.com/lnbits/${{ github.event.repository.name }}/releases/${{ github.ref_name }}"
|
||||||
archive: "https://github.com/lnbits/${{ github.event.repository.name }}/archive/refs/tags/${{ github.ref_name }}.zip"
|
archive: "https://github.com/lnbits/${{ github.event.repository.name }}/archive/refs/tags/${{ github.ref_name }}.zip"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue