Skip to content

Commit a740ab4

Browse files
testing workflows
1 parent 701321d commit a740ab4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-lowcoder-sdk.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ on:
99

1010
jobs:
1111
publish-package:
12-
if: ${{ github.repositoryUrl == 'git@github.com:raheeliftikhar5/lowcoder.git' }}
1312
runs-on: ubuntu-latest
1413
steps:
1514
- name: Checkout repository
1615
uses: actions/checkout@v3
1716

17+
- name: Hello
18+
run: 'echo "${{ github }}"'
19+
1820
- name: Check version changes
1921
uses: EndBug/version-check@v1
2022
id: check

0 commit comments

Comments
 (0)