From ed80d46c34a1ac7928d81ffc8c1cb89ac2a46025 Mon Sep 17 00:00:00 2001 From: Garris Date: Fri, 23 Feb 2024 02:48:29 -0800 Subject: [PATCH] Update backstop-publish.yml --- .github/workflows/backstop-publish.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/backstop-publish.yml b/.github/workflows/backstop-publish.yml index fb7e77bb..9803783b 100644 --- a/.github/workflows/backstop-publish.yml +++ b/.github/workflows/backstop-publish.yml @@ -1,4 +1,4 @@ -name: Backstop Publish +name: 🚀 Backstop Publish on: workflow_dispatch: @@ -17,21 +17,6 @@ jobs: name: publish-flow runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 1 - ref: ${{ github.event.pull_request.head.sha || github.ref }} - - - name: Setup Node & Cache - uses: actions/setup-node@v4 - with: - cache: "npm" - cache-dependency-path: package-lock.json - - - name: Install - run: npm ci - - name: publish to npm uses: ./.github/workflows/npm-push.yml