Added and/or updated config files

This commit is contained in:
Rafael Horvat
2023-01-25 14:50:01 +01:00
parent 69c73e2397
commit 96af9b58f6
2 changed files with 4 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ jobs:
# Our action will install node, npm and yarn, cd into `./js`, run `yarn run build` (and
# `yarn run build-typings` if desired), then commit and upload any changes
- name: Build production JS
uses: flarum/action-build@2
uses: flarum/action-build@3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: build
@@ -82,7 +82,7 @@ jobs:
# Our action will install node, npm and yarn, cd into `./js`, run `yarn run build` (and
# `yarn run build-typings` if desired). It will NOT commit and upload.
- name: Build production JS
uses: flarum/action-build@2
uses: flarum/action-build@3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: build