WIP: CI/CD tag version number
All checks were successful
Build Website / Build NPM Project (push) Successful in 40s
Build Website / Tag Version (push) Successful in 7s
Build Website / Build & Push Dockerfile (push) Successful in 2m24s

This commit is contained in:
Zakary Timson 2023-12-04 23:20:14 -05:00
parent 391a7e90ef
commit f5512e7750

View File

@ -26,10 +26,12 @@ jobs:
name: website name: website
path: dist path: dist
retention-days: 7 retention-days: 7
tag: tag:
name: Tag Version name: Tag Version
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node
steps: steps:
- name: Clone Repository - name: Clone Repository
uses: ztimson/actions/clone@develop uses: ztimson/actions/clone@develop