Skip to content

Commit

Permalink
Merge branch 'build' of github.com:45Drives/cockpit-scheduler into build
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKeo45 committed May 23, 2024
2 parents e20ab7f + 9df35c6 commit f92ad1c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,10 @@ 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 @@ -47,4 +42,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 f92ad1c

Please sign in to comment.