Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
David Faure committed Jul 22, 2024
1 parent 12937d9 commit 45a189e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-npm-view-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: cp ./LICENSE ./dist/ngx-image-compress/LICENSE

- name: "Publish the library on npm with tag view-engine"
working-directory: ./dist/ngx-image-compress
working-directory: ./dist
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish --tag view-engine
run: npm publish ngx-image-compress --tag view-engine

0 comments on commit 45a189e

Please sign in to comment.