We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a77e3 commit 1a5b7c8Copy full SHA for 1a5b7c8
.github/workflows/release-nightly.yml
@@ -55,6 +55,9 @@ jobs:
55
runs-on: ubuntu-latest
56
steps:
57
- uses: actions/checkout@v3
58
+ # fetch all commits instead of only the last as some branches are long lived and could have many between versions
59
+ # fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
60
+ - run: git fetch --unshallow --quiet --tags --force
61
- uses: docker/setup-qemu-action@v2
62
- uses: docker/setup-buildx-action@v2
63
- name: Get cleaned branch name
0 commit comments