Skip to content

Commit

Permalink
build: merge master to package (auto)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2023
2 parents 2117b0f + bf118b3 commit c96ca12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
- name: Push dist files into package branch
run: |
# Commit dist folder from the dist artifact
git add -u
git add -A
git commit -m "build: update ${{ steps.release-info.outputs.tag_name }} files (auto)" || true
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ lerna-debug.log*

# dist files
dist/**/*
!dist/**/*.md
!dist/**/*.md
!dist/**/*.user.js

0 comments on commit c96ca12

Please sign in to comment.