Skip to content

Commit 1d74e9a

Browse files
committed
Fix dryRun build of extension
1 parent 3919c5a commit 1d74e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: HaaLeo/publish-vscode-extension@v2
5252
with:
5353
dryRun: true
54-
pat: ""
54+
pat: "pat" # placeholder for dry run
5555

5656
- name: Upload artifact
5757
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)