mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-07-10 16:15:22 +00:00
Compare commits
No commits in common. "main" and "v2.13.3" have entirely different histories.
|
|
@ -7,7 +7,7 @@ on:
|
||||||
- renovate/** # they are build via PR
|
- renovate/** # they are build via PR
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORGEJO_VERSION: 11.0.16 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
|
FORGEJO_VERSION: 11.0.15 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integration:
|
integration:
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,6 @@ jobs:
|
||||||
skip-assets: true
|
skip-assets: true
|
||||||
|
|
||||||
# extract short version from tag and push as branch
|
# extract short version from tag and push as branch
|
||||||
- run: git push -f origin $FORGEJO_REF_NAME:${FORGEJO_REF_NAME%%.*}
|
- run: git push origin $FORGEJO_REF_NAME:${FORGEJO_REF_NAME%%.*}
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./forgejo-release
|
working-directory: ./forgejo-release
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/forgejo-release@v2.13.4
|
- uses: actions/forgejo-release@v2.13.1
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://my-forgejo-instance.net
|
url: https://my-forgejo-instance.net
|
||||||
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Generate Changelog
|
- name: Generate Changelog
|
||||||
run: ./generate-changelog.sh > dist/changelog.md
|
run: ./generate-changelog.sh > dist/changelog.md
|
||||||
- uses: actions/forgejo-release@v2.13.4
|
- uses: actions/forgejo-release@v2.13.1
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://my-forgejo-instance.net
|
url: https://my-forgejo-instance.net
|
||||||
|
|
@ -86,7 +86,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/forgejo-release@v2.13.4
|
- uses: actions/forgejo-release@v2.13.1
|
||||||
with:
|
with:
|
||||||
direction: download
|
direction: download
|
||||||
url: https://my-forgejo-instance.net
|
url: https://my-forgejo-instance.net
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue