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