Skip to content

Commit

Permalink
build: Fixing invalid build config
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore committed Mar 13, 2023
1 parent 5a2e67e commit 3b4e862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
pull_request:
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
working-directory: ./
run-commit-lint: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
ci:
name: Continuous Integration
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
run-commit-lint: true
pre-test-script: |
Expand All @@ -24,7 +24,7 @@ jobs:
build:
name: Build
uses: makerxstudio/shared-config/.github/workflows/node-build-zip.yml
uses: makerxstudio/shared-config/.github/workflows/node-build-zip.yml@main
needs: ci
with:
build-path: dist
Expand Down

0 comments on commit 3b4e862

Please sign in to comment.