Skip to content

Commit

Permalink
prueba github asset
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Feb 20, 2024
1 parent 5b1847e commit ed71ef2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
npm run ng analytics off --prefix Angular/Konex/
npm install --prefix Angular/Konex/
npm run build --prefix Angular/Konex/
- name: show jar konex
run: ls Angular/Konex/dist
#- name: setup semantic-release
# run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog -D
- name: release
run: npx [email protected]
#- name: release
# run: npx [email protected]
6 changes: 2 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"npmPublish": false,
"tarballDir": "dist"
"@semantic-release/github", {
"assets": ["SpringBoot/Konex/target/**"]
}
]
]
Expand Down

0 comments on commit ed71ef2

Please sign in to comment.