Skip to content

Commit

Permalink
fix(pipeline): resolve issue where the production release was not att…
Browse files Browse the repository at this point in the history
…ached to the release
  • Loading branch information
stefan-lacatus authored Nov 13, 2023
1 parent 150f5ea commit 7efef88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"assets": [
{
"path": "dist/*-min-*.zip",
"path": "dist/*-prod-*.zip",
"label": "Minified version"
},
{
Expand All @@ -39,4 +39,4 @@
}
]
]
}
}

0 comments on commit 7efef88

Please sign in to comment.