Adapted Nightly and Release Workflow #66
@@ -15,6 +15,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
@@ -29,7 +31,6 @@ jobs:
|
|||||||
- name: Build version
|
- name: Build version
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git fetch --tags
|
|
||||||
COMMIT_COUNT=$(git rev-list $(git describe --tags --abbrev=0)..HEAD --count)
|
COMMIT_COUNT=$(git rev-list $(git describe --tags --abbrev=0)..HEAD --count)
|
||||||
echo "Commit Count: $COMMIT_COUNT"
|
echo "Commit Count: $COMMIT_COUNT"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user