Skip to content

Commit

Permalink
Merge pull request #8 from runette/update-build
Browse files Browse the repository at this point in the history
fix action script
  • Loading branch information
runette authored May 14, 2022
2 parents dfecb91 + 9eb9a7b commit bce25a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit bce25a2

Please sign in to comment.