Fixed tag version
All checks were successful
Publish Library / Build NPM Project (push) Successful in 10s
Publish Library / Tag Version (push) Successful in 5s

This commit is contained in:
Zakary Timson 2024-11-12 15:08:15 -05:00
parent 94e85390fe
commit 349ab3b4c5

View File

@ -36,7 +36,7 @@ jobs:
uses: ztimson/actions/clone@develop
- name: Get Version Number
run: echo "VERSION=$(cat server/package.json | grep version | grep -Eo ':.+' | grep -Eo '[[:alnum:]\.\/\-]+')" >> $GITHUB_ENV
run: echo "VERSION=$(cat package.json | grep version | grep -Eo ':.+' | grep -Eo '[[:alnum:]\.\/\-]+')" >> $GITHUB_ENV
- name: Tag Version
uses: ztimson/actions/tag@develop