mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-08 16:13:07 +00:00
Fix circuit tag parsing.
This commit is contained in:
parent
36c647f85e
commit
f10e966591
2
.github/workflows/build-circuits.yml
vendored
2
.github/workflows/build-circuits.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
env:
|
||||
# Use the tag name if it is available, otherwise use the input version.
|
||||
# If neither is available, default to the commit hash.
|
||||
TAG: ${{ github.events.release.tag_name || inputs.tag || 'circom_circuits-v0.0.0' }}
|
||||
TAG: ${{ (github.ref_type == 'tag' && github.ref_name) || inputs.tag || '' }}
|
||||
run: |
|
||||
if [ -z "$TAG" ]; then
|
||||
echo "Could not determine tag."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user