Update .github/workflows/build.yaml
All checks were successful
Build / Tag Version (push) Successful in 7s
Build / Build NPM Project (push) Successful in 1m24s

This commit is contained in:
Zakary Timson 2023-12-15 04:36:43 +00:00
parent f630fa677f
commit eea71c930e

View File

@ -25,6 +25,7 @@ jobs:
tag: tag:
name: Tag Version name: Tag Version
needs: build needs: build
if: ${{github.ref_name}} == develop
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:8 container: node:8
steps: steps: