Skip to content

Commit

Permalink
fix publish cicl
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Jan 24, 2024
1 parent a2f22ad commit 7c2744d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: ${{ env.FETCH_DEPTH }}

- name: Set UUID
id: generate-uuid
uses: filipstefansson/uuid-action@v1

- name: Setup ID
shell: bash
run: |
sed -i 's\565c0987-99df-4b97-a332-9c26d2e5fd00\${{ steps.generate-uuid.outputs.uuid }}\g' MultilineGreyText/source.extension.vsixmanifest

- name: Download artifact
id: download-artifact
Expand Down
2 changes: 1 addition & 1 deletion MultilineGreyText/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="refact.565c0987-99df-4b97-a332-9c26d2e5fd00" Version="0.0.2" Language="en-US" Publisher="smallcloud" />
<Identity Id="refact.f0aaa740-a659-11ee-b790-6b1ef429cd98" Version="0.0.2" Language="en-US" Publisher="smallcloud" />
<DisplayName>Refact</DisplayName>
<Description>Refact.ai: The AI Assistant for Code Writing and Refactoring</Description>
<MoreInfo>https://github.com/smallcloudai/refact-vs-classic</MoreInfo>
Expand Down

0 comments on commit 7c2744d

Please sign in to comment.