github actions: fix missing id for step in bootstrap_archives.yml

This commit is contained in:
Leonid Pliushch 2021-09-17 21:46:21 +03:00
parent 008fc88e7c
commit 642d8e5616
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -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)