Skip to content

Commit f155804

Browse files
updated github action trigger branch and sdk public url
1 parent bef2185 commit f155804

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-lowcoder-sdk-webpack-netlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: Deploy SDK Webpack Bundle to Netlify
1313
on:
1414
push:
1515
branches:
16-
- feat/deploy-sdk-bundle
16+
- main
1717

1818
permissions:
1919
contents: read

client/packages/lowcoder-sdk-webpack-bundle/webpack.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = {
9595
},
9696
output: {
9797
path: path.resolve(__dirname, 'dist'),
98-
publicPath: "https://sdk-v2.lowcoder.cloud/",
98+
publicPath: "https://sdk.lowcoder.cloud/",
9999
filename: '[name].bundle.js',
100100
clean: true,
101101
},

0 commit comments

Comments
 (0)