Skip to content

Commit 3d74a4f

Browse files
committed
Update publish GitHub action to work with eclipse-cdt-cloud
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
1 parent eaf6511 commit 3d74a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# inspired from https://github.com/eclipse-theia/theia-cpp-extensions/raw/master/.github/workflows/ci-cd.yml
2-
# and https://github.com/theia-ide/theia-trace-extension/raw/master/.github/workflows/build.yml
2+
# and https://github.com/eclipse-cdt-cloud/theia-trace-extension/raw/master/.github/workflows/build.yml
33

44
name: CI-CD
55

@@ -49,7 +49,7 @@ jobs:
4949
5050
publish:
5151
needs: build
52-
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository == 'theia-ide/tsp-typescript-client'
52+
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository == 'eclipse-cdt-cloud/tsp-typescript-client'
5353

5454
runs-on: ubuntu-latest
5555

0 commit comments

Comments
 (0)