chore: workflow syntax

This commit is contained in:
Mo
2022-06-14 12:08:05 -05:00
parent 48412abf20
commit a794c248e6

View File

@@ -29,6 +29,9 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: yarn install
- name: Bump Prod Version
if: ${{ github.ref == 'refs/heads/main' }}
run: yarn release:prod