Skip to content

Commit

Permalink
Update backstop-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garris authored Feb 23, 2024
1 parent c6514f3 commit ed80d46
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/backstop-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Backstop Publish
name: 🚀 Backstop Publish

on:
workflow_dispatch:
Expand All @@ -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

Expand Down

0 comments on commit ed80d46

Please sign in to comment.