File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 5757 run : BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
5858
5959 - name : Store assets
60- if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development ' || github.ref == 'refs/heads/master') }}
60+ if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main_v10_disable_flag_sets_in_localstorage ' || github.ref == 'refs/heads/master') }}
6161 uses : actions/upload-artifact@v4
6262 with :
6363 name : assets
6868 name : Upload assets
6969 runs-on : ubuntu-latest
7070 needs : build
71- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/development ' }}
71+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main_v10_disable_flag_sets_in_localstorage ' }}
7272 strategy :
7373 matrix :
7474 environment :
Original file line number Diff line number Diff line change 11{
22 "name" : " @splitsoftware/splitio" ,
3- "version" : " 10.28.1 " ,
3+ "version" : " 10.28.2-rc.0 " ,
44 "description" : " Split SDK" ,
55 "files" : [
66 " README.md" ,
4040 "node" : " >=6"
4141 },
4242 "dependencies" : {
43- "@splitsoftware/splitio-commons" : " 1.17.1 " ,
43+ "@splitsoftware/splitio-commons" : " 1.17.2-rc.0 " ,
4444 "@types/google.analytics" : " 0.0.40" ,
4545 "@types/ioredis" : " ^4.28.0" ,
4646 "bloom-filters" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments