chore: worklfow testing

This commit is contained in:
Bill Church 2022-07-30 11:01:23 -04:00
parent 3b0cb975ef
commit 71a272c526

View file

@ -22,7 +22,8 @@ jobs:
- name: 'Checkout' - name: 'Checkout'
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
ref: ${{ inputs.tag }} - ref: ${{ inputs.tag }}
if: "${{ inputs.tag != '' }}"
- name: Prepare - name: Prepare
id: prep id: prep
run: | run: |