File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626jobs :
2727 dependency-branches :
2828 name : Dependency Branches
29+ environment : publish
2930 runs-on : ubuntu-latest
3031 outputs :
3132 branches : ${{ steps.result.outputs.branches }}
4041 plugin-interface-version : ${{ github.event.inputs.plugin-interface-version }}
4142 postgresql-plugin-version : ${{ github.event.inputs.postgresql-plugin-version }}
4243 add-dev-tag :
44+ environment : publish
4345 runs-on : ubuntu-latest
4446 needs : dependency-branches
4547 steps :
Original file line number Diff line number Diff line change 2121 run-for : PR
2222 id : result
2323 new-core-version :
24+ environment : publish
2425 name : New core version
2526 runs-on : ubuntu-latest
2627 needs : [dependency-versions]
3738 run : |
3839 python .github/helpers/register-new-core-version.py
3940 new-plugin-versions :
41+ environment : publish
4042 name : New plugin versions
4143 runs-on : ubuntu-latest
4244 needs : [dependency-versions]
98100 with :
99101 tag : ${{ needs.wait-for-docker.outputs.tag }}
100102 mark-as-passed :
103+ environment : publish
101104 needs : [dependency-versions, unit-tests, stress-tests]
102105 name : Mark as passed
103106 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3030jobs :
3131 dependency-branches :
3232 name : Dependency Branches
33+ environment : publish
3334 runs-on : ubuntu-latest
3435 outputs :
3536 branches : ${{ steps.result.outputs.branches }}
4546 plugin-interface-version : ${{ github.event.inputs.plugin-interface-version }}
4647 postgresql-plugin-version : ${{ github.event.inputs.postgresql-plugin-version }}
4748 release-docker :
49+ environment : publish
4850 name : Release Docker
4951 runs-on : ubuntu-latest
5052 needs : dependency-branches
7577 bash .github/helpers/release-docker.sh supertokens/supertokens-dev-postgresql:$minor supertokens/supertokens-postgresql:latest
7678 fi
7779 add-release-tag :
80+ environment : publish
7881 runs-on : ubuntu-latest
7982 needs : [dependency-branches, release-docker]
8083 steps :
You can’t perform that action at this time.
0 commit comments