Skip to content

Commit 989e6c9

Browse files
muzimuzhihmenke
authored andcommitted
fix(ci): automate CTAN validation and uploading
1 parent 9aa0ebf commit 989e6c9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,13 @@ jobs:
124124
125125
- name: "CTAN: Validate"
126126
run: |
127-
l3build upload --dry-run --date "$tagdate" "$tagname"
127+
# temp workaround for l3build 2022-11-10
128+
# see https://github.com/latex3/l3build/issues/264
129+
echo "n" | l3build upload --dry-run --date "$tagdate" "$tagname"
128130
129131
- name: "CTAN: Upload"
130132
if: github.repository == 'pgf-tikz/pgf'
131133
run: |
132-
l3build upload --date "$tagdate" "$tagname"
134+
# temp workaround for l3build 2022-11-10
135+
# https://github.com/latex3/l3build/issues/265
136+
echo "y" | l3build upload --date "$tagdate" "$tagname"

0 commit comments

Comments
 (0)