github actions: fix missing id for step in bootstrap_archives.yml
This commit is contained in:
parent
008fc88e7c
commit
642d8e5616
1
.github/workflows/bootstrap_archives.yml
vendored
1
.github/workflows/bootstrap_archives.yml
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user