Update .forgejo/workflows/test.yml
Some checks failed
Compile&Test / build (push) Has been cancelled
Some checks failed
Compile&Test / build (push) Has been cancelled
This commit is contained in:
parent
628a2fea8c
commit
81ab2d655e
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ jobs:
|
||||||
# Continue on error in the following steps to make sure releases still get made even if one of the methods fails
|
# Continue on error in the following steps to make sure releases still get made even if one of the methods fails
|
||||||
|
|
||||||
- name: Delete old release if it already exists
|
- name: Delete old release if it already exists
|
||||||
run: git release delete --yes "${RELEASE_VERSION}"
|
run: forgejo release delete --yes "${RELEASE_VERSION}"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
@ -86,7 +86,7 @@ jobs:
|
||||||
-f tag_name="${RELEASE_VERSION}" \
|
-f tag_name="${RELEASE_VERSION}" \
|
||||||
--jq ".body" > "${CHANGELOG_FILE}"
|
--jq ".body" > "${CHANGELOG_FILE}"
|
||||||
cat "${CHANGELOG_FILE}"
|
cat "${CHANGELOG_FILE}"
|
||||||
git release create "${RELEASE_VERSION}" -F "${CHANGELOG_FILE}" $PRERELEASE ./build/libs/*.jar
|
forgejo release create "${RELEASE_VERSION}" -F "${CHANGELOG_FILE}" $PRERELEASE ./build/libs/*.jar
|
||||||
shell: bash
|
shell: bash
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue