Skip to content

Commit 0c40c50

Browse files
authored
chore: update install URLs from staging to production (#769)
1 parent 3c2c73c commit 0c40c50

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)