File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,20 +101,22 @@ jobs:
101101 run : yarn build
102102
103103 # Publish to npm and github releases
104- # - name: Publish Types
105- # if: needs.setup.outputs.changed-types == 'true'
106- # uses: ./.github/actions/create-release
107- # with:
108- # package-path: packages/types
109- # repo-token: ${{ secrets.REPO_TOKEN }}
104+ - name : Publish Types
105+ if : needs.setup.outputs.changed-types == 'true'
106+ uses : ./.github/actions/create-release
107+ with :
108+ package-path : packages/types
109+ repo-token : ${{ secrets.REPO_TOKEN }}
110110
111111 - name : Publish Common Stellar
112+ if : needs.setup.outputs.changed-common-stellar == 'true'
112113 uses : ./.github/actions/create-release
113114 with :
114115 package-path : packages/common-stellar
115116 repo-token : ${{ secrets.REPO_TOKEN }}
116117
117118 - name : Publish Node
119+ if : needs.setup.outputs.changed-node == 'true'
118120 uses : ./.github/actions/create-release
119121 with :
120122 package-path : packages/node
You can’t perform that action at this time.
0 commit comments