mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-08-27 20:44:58 -04:00
Compare commits
4 changed files with 5 additions and 10 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,3 @@ jobs:
|
||||||
verbose: ${{ vars.VERBOSE || 'false' }}
|
verbose: ${{ vars.VERBOSE || 'false' }}
|
||||||
release-notes-assistant: true
|
release-notes-assistant: true
|
||||||
skip-assets: true
|
skip-assets: true
|
||||||
|
|
||||||
# extract short version from tag and push as branch
|
|
||||||
- run: git push -f origin $FORGEJO_REF_NAME:${FORGEJO_REF_NAME%%.*}
|
|
||||||
shell: bash
|
|
||||||
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.12.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.12.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.12.1
|
||||||
with:
|
with:
|
||||||
direction: download
|
direction: download
|
||||||
url: https://my-forgejo-instance.net
|
url: https://my-forgejo-instance.net
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- if: ${{ inputs.release-notes-assistant }}
|
- if: ${{ inputs.release-notes-assistant }}
|
||||||
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
|
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
||||||
with:
|
with:
|
||||||
key: rna-${{ inputs.repo }}
|
key: rna-${{ inputs.repo }}
|
||||||
path: ${{ forge.action_path }}/rna
|
path: ${{ forge.action_path }}/rna
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue