From 112a973495a7f56e87ce0c02971b71cd5d7a2961 Mon Sep 17 00:00:00 2001 From: Sherakama Date: Fri, 17 Feb 2023 14:29:45 -0800 Subject: [PATCH] Commit build changes. (#897) --- .github/workflows/autorelease.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 4dcbba8cd..90694f859 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -9,13 +9,13 @@ on: pull_request: types: [closed] branches: [master] - + jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on runs-on: ubuntu-latest - + permissions: contents: write deployments: write @@ -59,10 +59,9 @@ jobs: - name: npm run package run: | npm run publish - if [ $(git status | grep "core\/dist\/") ] - then - git add core/dist - fi + git add core/dist + git commit -m 'Packaging build' + git push origin master # Increment version based on label - name: Patch Release tag