Skip to content

Commit

Permalink
ci(components-app): revert removal of versioned Vercel URL alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian committed Jun 10, 2024
1 parent 1863984 commit ec7e311
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,9 @@ jobs:
org-id: ${{ secrets.VERCEL_ORG_ID }}
project-id: ${{ secrets.VERCEL_COMPONENTS_PROJECT_ID }}
version: ${{ needs.build-libs.outputs.components-version }}
aliases: components.scion.vercel.app
aliases: |
components.scion.vercel.app,
components-v%v.scion.vercel.app,
release-toolkit:
name: 'Releasing @scion/toolkit'
if: ${{ needs.toolkit-release-guard.outputs.should-release == 'true' }}
Expand Down

0 comments on commit ec7e311

Please sign in to comment.