Skip to content

Commit

Permalink
Fix GA
Browse files Browse the repository at this point in the history
  • Loading branch information
yavrsky committed Jan 12, 2024
1 parent a94f55b commit 5d8a8b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
yarn
yarn install-peers
- name: Compile typescript
- name: Compile TypeScript (First time)
run: yarn compile

- name: Compile TypeScript (Second time)
run: yarn compile

- name: Determine version
Expand Down

0 comments on commit 5d8a8b3

Please sign in to comment.