fix: fix release workflow again
This commit is contained in:
parent
d4dc0ec29e
commit
66b57cd6d6
1 changed files with 5 additions and 5 deletions
|
@ -27,12 +27,12 @@ jobs:
|
||||||
- name: Publish resumes
|
- name: Publish resumes
|
||||||
uses: actions/forgejo-release@v2.5.0
|
uses: actions/forgejo-release@v2.5.0
|
||||||
with:
|
with:
|
||||||
url: https://git.martin.md
|
url: ${{ env.GITHUB_SERVER_URL }}
|
||||||
repo: radu/resume
|
repo: ${{ env.GITHUB_REPOSITORY }}
|
||||||
direction: upload
|
direction: upload
|
||||||
tag: "${{ github.ref_name }}"
|
tag: "${{ env.GITHUB_REF_NAME }}"
|
||||||
sha: "${{ github.sha }}"
|
sha: "${{ env.GITHUB_SHA }}"
|
||||||
release-dir: release
|
release-dir: release
|
||||||
token: ${{ GITHUB_TOKEN }}
|
token: ${{ env.GITHUB_TOKEN }}
|
||||||
release-notes: "YOLO"
|
release-notes: "YOLO"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue