Skip to content

Commit

Permalink
Update: release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
watsuyo committed Feb 13, 2022
1 parent 38a5a55 commit 3fa4fb6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Check diff
uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
**/*.(ts|js|json)
- name: Set up Repository
uses: actions/checkout@v2
with:
Expand All @@ -60,6 +66,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git add dist -f
git add dist
git commit -m "chore: updated bundle"
git push origin HEAD --force
if: env.GIT_DIFF

0 comments on commit 3fa4fb6

Please sign in to comment.