Update .github/workflows/build.yaml

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

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