Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Sep 15, 2024
1 parent 1f27d1f commit bd98929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build Distribution
run: |
git lfs pull
yarn run validate-files
yarn run presets:validate
yarn run build:dist
env:
SENTRY_AUTH: ${{ secrets.SENTRY_AUTH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build
run: |
git lfs pull
yarn run validate-files
yarn run presets:validate
yarn run build:dist
- name: Build Linux
Expand Down

0 comments on commit bd98929

Please sign in to comment.