Skip to content

Commit 65d2bf1

Browse files
authored
Merge pull request #2 from hhpatel14/migtools-ci
Update condition of publish flow
2 parents e7850a8 + cfe0bf2 commit 65d2bf1

File tree

2 files changed

+1
-76
lines changed

2 files changed

+1
-76
lines changed

.github/workflows /ci.yml

-75
This file was deleted.

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Publish to marketplace
7171
run: |
72-
if [ "${{ github.repository_owner }}" = "migtool" ]; then
72+
if [ "${{ github.repository_owner }}" = "migtools" ]; then
7373
echo "Publishing to VS Code Marketplace..."
7474
vsce publish --pat ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
7575
fi

0 commit comments

Comments
 (0)