File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,11 +250,11 @@ jobs:
250250 - name : Create release body
251251 run : |
252252 if [[ "${{ inputs.npm_tag }}" == "latest" ]]; then
253- INSTALL_BASH="curl -fsSL https://staging. viteplus.dev/install.sh | bash"
254- INSTALL_PS1="irm https://staging. viteplus.dev/install.ps1 | iex"
253+ INSTALL_BASH="curl -fsSL https://viteplus.dev/install.sh | bash"
254+ INSTALL_PS1="irm https://viteplus.dev/install.ps1 | iex"
255255 else
256- INSTALL_BASH="curl -fsSL https://staging. viteplus.dev/install.sh | VITE_PLUS_VERSION=${{ env.VERSION }} bash"
257- INSTALL_PS1="\\\$env:VITE_PLUS_VERSION=\\\"${{ env.VERSION }}\\\"; irm https://staging. viteplus.dev/install.ps1 | iex"
256+ INSTALL_BASH="curl -fsSL https://viteplus.dev/install.sh | VITE_PLUS_VERSION=${{ env.VERSION }} bash"
257+ INSTALL_PS1="\\\$env:VITE_PLUS_VERSION=\\\"${{ env.VERSION }}\\\"; irm https://viteplus.dev/install.ps1 | iex"
258258 fi
259259 cat > ./RELEASE_BODY.md <<EOF
260260 ## vite-plus v${{ env.VERSION }}
@@ -307,6 +307,6 @@ jobs:
307307 • vite-plus@${{ env.VERSION }}
308308
309309 **Install:**
310- • macOS/Linux: `curl -fsSL https://staging. viteplus.dev/install.sh | bash`
311- • Windows: `irm https://staging. viteplus.dev/install.ps1 | iex`
310+ • macOS/Linux: `curl -fsSL https://viteplus.dev/install.sh | bash`
311+ • Windows: `irm https://viteplus.dev/install.ps1 | iex`
312312 embed-url : https://github.com/${{ github.repository }}/releases/tag/v${{ env.VERSION }}
You can’t perform that action at this time.
0 commit comments