Skip to content

Commit

Permalink
Make tag-release workflow match nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed May 26, 2023
1 parent d529d8a commit dd9435b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,11 @@ jobs:
- build-apple-silicon
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: bahmutov/npm-install@v1.1.0
- name: Build native packages
run: yarn build-native-release
- name: Download artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit dd9435b

Please sign in to comment.