diff --git a/.github/workflows/guide.yml b/.github/workflows/guide.yml index 01a3357b8d..bc68b2fd26 100644 --- a/.github/workflows/guide.yml +++ b/.github/workflows/guide.yml @@ -27,7 +27,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} deploy-message: "Deploy from GitHub Actions" netlify-config-path: './guide/netlify.toml' - alias: ${{ github.event.number }} + alias: deploy-preview-${{ github.event.number }} env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_GUIDE_SITE_ID }} @@ -56,7 +56,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} deploy-message: "Deploy from GitHub Actions" netlify-config-path: './guide/netlify.toml' - alias: ${{ github.head_ref }} + alias: deploy-preview-${{ github.head_ref }} env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_GUIDE_SITE_ID }}