From 70a57c7576a3c2200feaff90a239892c0d5561b6 Mon Sep 17 00:00:00 2001 From: Yamel Senih Date: Tue, 23 Feb 2021 16:51:22 -0400 Subject: [PATCH] Minor change for name of action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 482e84a4..703e48fc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: - run: npm test - run: npm run build:prod --if-present - publish-npm: + publish-dist: needs: build runs-on: ubuntu-latest steps: