Skip to content

Commit 60bf88e

Browse files
committed
Don't build native packages again during publish step
1 parent 3232f60 commit 60bf88e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tag-release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ jobs:
209209
steps:
210210
- uses: actions/checkout@v1
211211
- uses: bahmutov/[email protected]
212-
- name: Build native packages
213-
run: yarn build-native-release
214212
- name: Download artifacts
215213
uses: actions/download-artifact@v2
216214
with:

0 commit comments

Comments
 (0)