Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Fixed double quote in release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyangToAI committed Dec 16, 2022
1 parent 13d9124 commit 5af6429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
release:
name: Create release
runs-on: ubuntu-latest
if: github.repository == "useblocks/sphinx-needs-vscode"
if: github.repository == 'useblocks/sphinx-needs-vscode'

steps:
- name: Checkout code
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
asset_content_type: application/zip

- name: Publish to VSCode Marketplace
if: env.EXT_ISPRERELEASE != 1 && github.repository == "useblocks/sphinx-needs-vscode"
if: env.EXT_ISPRERELEASE != 1 && github.repository == 'useblocks/sphinx-needs-vscode'
uses: lannonbr/[email protected]
with:
args: "publish -p $VSCE_TOKEN"
Expand Down

0 comments on commit 5af6429

Please sign in to comment.