Update .github/workflows/releases.yml
Some checks failed
CodeQL Analysis / Analyze (javascript) (push) Failing after 19s
Master Build, Test & Deploy / main (push) Has been cancelled

This commit is contained in:
Benjamyn Love 2023-09-05 21:11:51 -04:00
parent 6952c77404
commit 7ee52098c9

View File

@ -33,6 +33,11 @@ jobs:
- name: Production Build
if: success()
run: npx grunt prod
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Upload Release Assets
if: success()