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