From eab24f9adc5609f1738db0c7022065793a363e50 Mon Sep 17 00:00:00 2001 From: Rafael Horvat Date: Wed, 9 Aug 2023 17:05:25 +0200 Subject: [PATCH] fix build workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74e9e68..a8bdee6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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@3 + uses: flarum/action-build@v3 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@3 + uses: flarum/action-build@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} build_script: build