Skip to content

Commit

Permalink
Fix test1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed May 13, 2024
1 parent 45e93b7 commit 2c003d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,5 @@ publish-vscode-extension:
ifeq ($(EXT), $(shell cat editors/vscode/package.json | jq '.version'))
echo "extension already exists. Skip"
else
ifeq ($(GITHUB_REF_NAME), 'master')
cd editors/vscode && vsce publish -p ${PAT}
else
echo "GITHUB_REF_NAME is $(GITHUB_REF_NAME). Set this env variable to master to force publication of the extension"
endif
echo "hihi"
endif
endif

0 comments on commit 2c003d6

Please sign in to comment.