mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 12:08:46 -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] }}
|
||||
path: isl-api
|
||||
destination: dist
|
||||
- name: Create Release
|
||||
uses: https://code.forgejo.org/actions/forgejo-release@v1
|
||||
- name: Create a Release
|
||||
uses: https://forgejo.merr.is/actions/forgejo-release@alpinev1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
direction: upload
|
||||
release-dir: /dist
|
||||
token: ${{ secrets.ADMIN_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue