From e4b0888ed2fdeaf677aa176d0db24b3652fb7f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Wed, 13 Dec 2023 16:28:37 +0100 Subject: [PATCH] wip3 --- .github/workflows/dev_builds.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index 556fcb11..5ade508d 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -64,12 +64,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: 'true' - - name: Extract tag - id: extract_tag - run: echo "tag=$(echo $(git describe --tags --always))" >> $GITHUB_OUTPUT - - name: Print container tag - run: echo "Running dev build for ${{ steps.extract_tag.outputs.tag }}" + fetch-depth: 0 - name: Setup go uses: actions/setup-go@v5 with: