Skip to content

Commit

Permalink
fix(chore): fixed yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
SvetlanaMuravlova committed Dec 7, 2022
1 parent 0441661 commit 2204e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
path: dist
key: dist-${{ github.run_id }}
- run: |
npx nx build ng2-dragula --configuration productionn
npx nx build demo --configuration production
# update release notes in github
update_release_draft:
Expand Down Expand Up @@ -115,5 +116,5 @@ jobs:
key: dist-${{ github.run_id }}
- uses: JS-DevTools/npm-publish@v1
with:
package: "dist/ng2-dragula/package.json"
package: "./dist/ng2-dragula/package.json"
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2204e0b

Please sign in to comment.