From f5512e7750292ddad5b9f5e10bff21f5ae147883 Mon Sep 17 00:00:00 2001 From: ztimson Date: Mon, 4 Dec 2023 23:20:14 -0500 Subject: [PATCH] WIP: CI/CD tag version number --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index c252920..a66525d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -26,10 +26,12 @@ jobs: name: website path: dist retention-days: 7 + tag: name: Tag Version needs: build runs-on: ubuntu-latest + container: node steps: - name: Clone Repository uses: ztimson/actions/clone@develop