Now go
This commit is contained in:
parent
2c962ea9f7
commit
9de11b3357
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ jobs:
|
|||
uses: actions/forgejo-release@v2
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
release-dir: dist
|
||||
release-dir: dist/
|
||||
direction: upload
|
||||
url: https://git.leomurca.xyz
|
||||
repo: leomurca/resume
|
||||
title: "Release ${GITHUB_REF##*/}"
|
||||
title: "Release ${{ github.ref_name }}"
|
||||
release-notes: "${{ env.commits }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue