Merge branch 'main' into update-v7.0.2
This commit is contained in:
commit
61fb3c77ed
1 changed files with 3 additions and 6 deletions
|
@ -20,6 +20,9 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
fetch-depth: 0
|
||||||
|
fetch-tags: true
|
||||||
|
filter: tree:0
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
@ -34,12 +37,6 @@ jobs:
|
||||||
id: ciprep
|
id: ciprep
|
||||||
run: ./.ci-make.sh actions-prep build-forgejo-deb
|
run: ./.ci-make.sh actions-prep build-forgejo-deb
|
||||||
|
|
||||||
- name: fetch tags
|
|
||||||
run: |
|
|
||||||
git config --add safe.directory '*'
|
|
||||||
git fetch --tags --force
|
|
||||||
git submodule foreach 'git fetch --tags --force'
|
|
||||||
|
|
||||||
- uses: crystal/install-jq-action@v2.1.0
|
- uses: crystal/install-jq-action@v2.1.0
|
||||||
- run: ./.ci-make.sh ci-verify forgejo
|
- run: ./.ci-make.sh ci-verify forgejo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue