0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-19 18:10:34 +01:00

fix bad merge choice

This commit is contained in:
TheFox0x7 2025-10-18 19:29:54 +02:00
parent 37cf5db229
commit fe925c16a9
No known key found for this signature in database
GPG Key ID: 6CA33903484AF7C2
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ jobs:
permissions: permissions:
packages: write # to publish to ghcr.io packages: write # to publish to ghcr.io
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
# fetch all commits instead of only the last as some branches are long lived and could have many between versions # fetch all commits instead of only the last as some branches are long lived and could have many between versions
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567 # fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
- run: git fetch --unshallow --quiet --tags --force - run: git fetch --unshallow --quiet --tags --force

View File

@ -75,7 +75,7 @@ jobs:
permissions: permissions:
packages: write # to publish to ghcr.io packages: write # to publish to ghcr.io
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
# fetch all commits instead of only the last as some branches are long lived and could have many between versions # fetch all commits instead of only the last as some branches are long lived and could have many between versions
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567 # fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
- run: git fetch --unshallow --quiet --tags --force - run: git fetch --unshallow --quiet --tags --force