testing
This commit is contained in:
parent
8f66b59ab8
commit
7075462eb1
1 changed files with 4 additions and 1 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -20,12 +20,15 @@ jobs:
|
|||
- name: Download Assets
|
||||
uses: actions/forgejo-release@v2
|
||||
with:
|
||||
url: https://git.askar.tv
|
||||
url: "https://git.askar.tv"
|
||||
repo: "nomad/alaskartv-app"
|
||||
token: "${{ secrets.FORGEJO_TOKEN }}"
|
||||
tag: "${{ env.VERSION_NAME }}"
|
||||
release-dir: ./
|
||||
direction: download
|
||||
env:
|
||||
VERSION_NAME: ${{ env.VERSION_NAME }}
|
||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
- name: Use What's New Message
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue