Use bash when setting TGS4_GITHUB_REF for push

This commit is contained in:
Jordan Brown
2020-12-18 01:05:59 -05:00
parent 114c390d6a
commit e474810cc0
+1
View File
@@ -352,6 +352,7 @@ jobs:
- name: Set TGS4_GITHUB_REF for push
if: ${{ github.event_name == 'push' }}
shell: bash
run: |
TEMP_GITHUB_REF="${{ github.event.ref }}"
echo "TGS4_GITHUB_REF=${TEMP_GITHUB_REF##*/}" >> $env:GITHUB_ENV