Skip to content

Commit 40397b8

Browse files
committed
fix: workflow
1 parent 2a9916d commit 40397b8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ jobs:
5757
yarn install
5858
- name: Build typescript
5959
if: ${{ env.VERSION != env.PUBLISHED_VERSION }}
60-
run: |
61-
yarn build
62-
- name: Test publish on NPM
63-
run: npm publish --dry-run
64-
uses: step-security/wait-for-secrets@v1
60+
run: yarn build
61+
- run: npm publish --dry-run
62+
- uses: step-security/wait-for-secrets@v1
6563
id: wait-for-secrets
6664
with:
6765
secrets: |

0 commit comments

Comments
 (0)