Skip to content

Commit 7d703c2

Browse files
committed
Quick fix for test
1 parent 6f81681 commit 7d703c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/attach-artifacts.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
release_tag:
77
description: "Release tag (e.g. v1.9.0)"
88
required: true
9-
default: "v1.9.0"
109

1110
# TODO - Remove before merging!
1211
push:
@@ -69,6 +68,9 @@ jobs:
6968
7069
cd artifacts
7170
71+
# TODO - Remove before merging!
72+
RELEASE_TAG=v1.9.0
73+
7274
gh release upload "$RELEASE_TAG" ./* \
7375
--repo "$GITHUB_REPOSITORY" \
7476
--clobber

0 commit comments

Comments
 (0)