Skip to content

Commit 5d41a0f

Browse files
committed
[SKIP CI] revert publish action changes
1 parent 14ee27d commit 5d41a0f

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)