Skip to content

Commit

Permalink
Update esbuild.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarjunsanji authored Sep 19, 2024
1 parent 56b0742 commit f378e8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ async function main() {
project: "visual-studio-code-extensions",
url: "https://sentry.debricked.com/",
release: {
name: "vs-code-extension@"+process.env.LATEST_TAG,
name: "vs-code-extension@" + process.env.LATEST_TAG,
deploy: {
env: process.env.NODE_ENV,
},
},
}),
],
Expand Down

0 comments on commit f378e8f

Please sign in to comment.