Update main.yaml

This commit is contained in:
Graham Steffaniak 2025-01-12 18:55:13 -06:00 committed by GitHub
parent 1e35473998
commit 34f6bea461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Find latest beta tag - name: Find latest beta tag
run: | run: |
echo "LATEST_TAG=$(git describe --tags $(git rev-list --tags="*-beta*" --max-count=1)) >> $GITHUB_ENV echo "LATEST_TAG=$(git describe --tags $(git rev-list --tags="*-beta*" --max-count=1))" >> $GITHUB_ENV
echo "latest tag is $LATEST_TAG" echo "latest tag is $LATEST_TAG"
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0 uses: docker/setup-qemu-action@v3.0.0