Skip to content

Commit 2204e0b

Browse files
fix(chore): fixed yaml file
1 parent 0441661 commit 2204e0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
path: dist
5151
key: dist-${{ github.run_id }}
5252
- run: |
53+
npx nx build ng2-dragula --configuration productionn
5354
npx nx build demo --configuration production
5455
# update release notes in github
5556
update_release_draft:
@@ -115,5 +116,5 @@ jobs:
115116
key: dist-${{ github.run_id }}
116117
- uses: JS-DevTools/npm-publish@v1
117118
with:
118-
package: "dist/ng2-dragula/package.json"
119+
package: "./dist/ng2-dragula/package.json"
119120
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)