We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0441661 commit 2204e0bCopy full SHA for 2204e0b
.github/workflows/on-release.yml
@@ -50,6 +50,7 @@ jobs:
50
path: dist
51
key: dist-${{ github.run_id }}
52
- run: |
53
+ npx nx build ng2-dragula --configuration productionn
54
npx nx build demo --configuration production
55
# update release notes in github
56
update_release_draft:
@@ -115,5 +116,5 @@ jobs:
115
116
117
- uses: JS-DevTools/npm-publish@v1
118
with:
- package: "dist/ng2-dragula/package.json"
119
+ package: "./dist/ng2-dragula/package.json"
120
token: ${{ secrets.NPM_TOKEN }}
0 commit comments