This commit is contained in:
parent
153d1d4082
commit
3195ab040c
1 changed files with 4 additions and 4 deletions
|
@ -34,13 +34,13 @@ jobs:
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: actions/forgejo-release@v2
|
uses: actions/forgejo-release@v2
|
||||||
with:
|
with:
|
||||||
title: "New release!"
|
token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
release-dir: ./
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://git.leomurca.xyz
|
url: https://git.leomurca.xyz
|
||||||
release-dir: /
|
repo: leomurca/resume
|
||||||
token: ${{ secrets.RELEASE_TOKEN }}
|
title: "New release!"
|
||||||
release-notes: "MY RELEASE NOTES"
|
release-notes: "MY RELEASE NOTES"
|
||||||
tag: ${{ github.ref }}
|
|
||||||
|
|
||||||
# Step 5: Upload the compiled PDF as a release asset
|
# Step 5: Upload the compiled PDF as a release asset
|
||||||
- name: Upload PDF to Release
|
- name: Upload PDF to Release
|
||||||
|
|
Loading…
Add table
Reference in a new issue