forked from Telodendria/Telodendria
Let's try again.
This commit is contained in:
parent
66c237727b
commit
5041e0c991
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
name: Compile Telodendria
|
||||
run-name: Compile Telodendria on ${{ forgejo.actor }}
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'ma*'
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
"Compile Telodendria":
|
||||
|
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
name: Telodendria-$GITHUB_REF_NAME.tar.gz
|
||||
path: release/Telodendria-$GITHUB_REF_NAME.tar.gz
|
||||
- name: Publish release
|
||||
uses: actions/forgejo-release@v3
|
||||
uses: actions/forgejo-release@v1
|
||||
with:
|
||||
tag: $GITHUB_REF_NAME
|
||||
title: "Telodendria $GITHUB_REF_NAME"
|
||||
|
|
Loading…
Reference in a new issue