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
|
- name: Download Assets
|
||||||
uses: actions/forgejo-release@v2
|
uses: actions/forgejo-release@v2
|
||||||
with:
|
with:
|
||||||
url: https://git.askar.tv
|
url: "https://git.askar.tv"
|
||||||
|
repo: "nomad/alaskartv-app"
|
||||||
|
token: "${{ secrets.FORGEJO_TOKEN }}"
|
||||||
tag: "${{ env.VERSION_NAME }}"
|
tag: "${{ env.VERSION_NAME }}"
|
||||||
release-dir: ./
|
release-dir: ./
|
||||||
direction: download
|
direction: download
|
||||||
env:
|
env:
|
||||||
VERSION_NAME: ${{ env.VERSION_NAME }}
|
VERSION_NAME: ${{ env.VERSION_NAME }}
|
||||||
|
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
|
|
||||||
- name: Use What's New Message
|
- name: Use What's New Message
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue