mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 09:58:53 -05:00
Moving Runner Config To Create Releases To Main Runner
This commit is contained in:
parent
834090a6c2
commit
012be20a9b
1 changed files with 4 additions and 2 deletions
|
|
@ -67,9 +67,11 @@ jobs:
|
||||||
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
|
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
|
||||||
path: isl-api
|
path: isl-api
|
||||||
destination: dist
|
destination: dist
|
||||||
- name: Create Release
|
- name: Create a Release
|
||||||
uses: https://code.forgejo.org/actions/forgejo-release@v1
|
uses: https://forgejo.merr.is/actions/forgejo-release@alpinev1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
|
release-dir: /dist
|
||||||
|
token: ${{ secrets.ADMIN_TOKEN }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue