From 9eb9a7bd811d5cca031187a50a82885066d67739 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 14 May 2022 11:13:26 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ee7a38..d9f1e8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: cd dist mv ../.npmrc ngx-leaflet-fullscreen tar -czf release.tgz ngx-leaflet-fullscreen/ - cd ngx-leaflet-fulklscreen + cd ngx-leaflet-fullscreen npm publish --access public env: NPM_TOKEN: ${{secrets.NPM_TOKEN}}