Skip to content

Commit

Permalink
package.json still in the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova authored Apr 28, 2023
1 parent cd8c259 commit 758bb0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,11 @@ jobs:
with:
version: ${{ steps.version.outputs.tag }}
git-tag-version: false
package: 'dist/'

- name: 📝 Create NPM config
working-directory: './dist/'
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: 🚀 Publish package
working-directory: './dist/'
run: npm publish

0 comments on commit 758bb0e

Please sign in to comment.