Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit ff7d837

Browse files
author
Milosz Tyborowski
committed
Change UXKIT version on staging to latest develop
1 parent 8e51d5f commit ff7d837

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-master.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- master
7-
7+
schedule:
8+
- cron: '0 2 * * *'
89
jobs:
910

1011
build_backend:
@@ -115,6 +116,7 @@ jobs:
115116
uses: elgohr/Publish-Docker-Github-Action@2.22
116117
env:
117118
WEB_SDK_DIST_TAG: master-staging
119+
UX_KIT_DIST_TAG: develop
118120
CUSTOM_REGISTRY_URL: ${{ secrets.CODEARTIFACT_NPM_RELEASES_REPOSITORY_URL }}
119121
with:
120122
name: voxeet-io-web
@@ -151,6 +153,7 @@ jobs:
151153
uses: actions/setup-node@v2
152154
env:
153155
WEB_SDK_DIST_TAG: master-staging
156+
UX_KIT_DIST_TAG: develop
154157
CUSTOM_REGISTRY_URL: ${{ secrets.CODEARTIFACT_NPM_RELEASES_REPOSITORY_URL }}
155158
with:
156159
node-version: "16.9.1"

0 commit comments

Comments
 (0)