Skip to content

Commit

Permalink
[GHA] Check if git CLI works
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed May 23, 2024
1 parent d026e05 commit dbca8b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbca8b4

Please sign in to comment.