We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d769c75 commit f18b34dCopy full SHA for f18b34d
.github/workflows/publish-lowcoder-sdk.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
publish-package:
12
- if: ${{ github.repositoryUrl == 'git://github.com/raheeliftikhar5/lowcoder.git' }}
+ if: ${{ github.repositoryUrl == 'git://github.com/lowcoder/lowcoder.git'}}
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout repository
0 commit comments