[GHA] Check if git CLI works

This commit is contained in:
aboyko
2024-05-22 23:45:02 -04:00
parent d026e05edc
commit dbca8b45d4

View File

@@ -33,6 +33,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo `git tag | grep ${{ inputs.extension-name }}`
${{ github.workspace }}/.github/scripts/build-vscode-extension.sh ${{ inputs.extension-name }} ${{ inputs.dist }}
ls ./vsix
- name: Cloudgate S3 Configuration