From 9c7f74d208c282ca34cd045ee0327167379e1fc7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 15 Sep 2022 19:08:30 +0300 Subject: [PATCH] initial releas + 2'nd attempt to publish to CTAN... Signed-off-by: Alex A. Naanou --- .github/workflows/make-dist.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/make-dist.yml b/.github/workflows/make-dist.yml index 812c462..7a5fdbd 100644 --- a/.github/workflows/make-dist.yml +++ b/.github/workflows/make-dist.yml @@ -47,8 +47,9 @@ jobs: - name: Upload to CTAN (release) uses: paolobrasolin/ctan-submit-action@v1 + if: startsWith(github.ref, 'refs/tags/') with: - action: validate + action: upload file_path: dist/CTAN/photobook.zip fields: | pkg: photobook @@ -62,17 +63,17 @@ jobs: summary: > Document class for typesetting photo books. description: > - The photobook LaTeX document class extends the book class - defining a set of parameters, meta-macros, macros and - environments with reasonable defaults to help typeset, + The photobook LaTeX document class extends the book class + defining a set of parameters, meta-macros, macros and + environments with reasonable defaults to help typeset, build and print books mainly based on visual/image content. announcement: > - I'm happy to announce the initial release on CTAN of the - photobook document class. + I'm happy to announce the initial release on CTAN of the + photobook document class. - The photobook class extends the book class defining a set - of parameters, meta-macros, macros and environments with - reasonable defaults to help typeset, build and print books + The photobook class extends the book class defining a set + of parameters, meta-macros, macros and environments with + reasonable defaults to help typeset, build and print books mainly based on visual/image content.