Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKeo45 committed May 23, 2024
1 parent f1771cf commit 95fc492
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Checkout submodules
run: |
git submodule init
git submodule update
- name: Package Binaries
run: build-packages ${{github.repository}} ${{github.workspace}} --env NPM_AUTH_TOKEN ${{secrets.NPM_AUTH_PAT}}
env:
YARN_IGNORE_NODE: 1
- name: Set Variables
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand All @@ -42,4 +47,4 @@ jobs:
run: update-repositories ${{github.workspace}}
- name: Publish Repository
if: startsWith(github.ref, 'refs/tags/')
run: publish-repo
run: publish-repo

0 comments on commit 95fc492

Please sign in to comment.