diff --git a/.github/workflows/repl-artefacts.yml b/.github/workflows/repl-artefacts.yml index 3627bc4554b..cf288774eb9 100644 --- a/.github/workflows/repl-artefacts.yml +++ b/.github/workflows/repl-artefacts.yml @@ -24,7 +24,7 @@ jobs: with: node-version: 14 - name: Install dependencies - run: npm ci --ignore-scripts && npm install @actions/core + run: npm ci --ignore-scripts - name: Build artefacts run: npm run build:cjs && npm run build:bootstrap - name: Upload "${{ github.event.number }}/rollup.browser.js" to bucket @@ -74,13 +74,12 @@ jobs: or load it into the REPL: https://rollupjs.org/repl/?pr=${{ github.event.number }} - - name: Update comment for Vercel deploy - uses: patrickedqvist/wait-for-vercel-preview@v1 + - name: Find Vercel preview URL + uses: patrickedqvist/wait-for-vercel-preview@v1.3.1 id: waitForVercel with: token: ${{ secrets.GITHUB_TOKEN }} - max_timeout: 60 - - name: Update comment for Netlify + - name: Update comment with Vercel preview URL uses: peter-evans/create-or-update-comment@v3 if: ${{ steps.waitForVercel.outputs.url }} with: