From 642d8e5616dcc3424150260c27efbe6e8e1deddf Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 17 Sep 2021 21:46:21 +0300 Subject: [PATCH] github actions: fix missing id for step in bootstrap_archives.yml --- .github/workflows/bootstrap_archives.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bootstrap_archives.yml b/.github/workflows/bootstrap_archives.yml index 1c9a7d350..433bb33bf 100644 --- a/.github/workflows/bootstrap_archives.yml +++ b/.github/workflows/bootstrap_archives.yml @@ -21,6 +21,7 @@ jobs: - name: Create bootstrap archive run: ./scripts/generate-bootstraps.sh --architectures ${{ matrix.arch }} - name: Create new tag + id: get_tag run: | new_tag="bootstrap-$(date "+%Y.%m.%d")" existing_tag_revision=$(git tag | grep "$new_tag" | cut -d- -f3 | cut -dr -f2)