Skip to content

Commit

Permalink
Commit build changes. (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama authored Feb 17, 2023
1 parent e8f027a commit 112a973
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 112a973

Please sign in to comment.