Skip to content

Commit

Permalink
feat(tag): ignore 'dist' except in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-BitFlight committed Aug 11, 2022
1 parent bfae0ca commit d62d97e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 238,423 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
yarn generate-docs
yarn "lint:markdown:fix" || true
git add .
git add -f dist
git commit -m "build(release): v${newtag#v}" --no-verify
git push origin main
fi
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
junit.xml

/dist
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down
Loading

0 comments on commit d62d97e

Please sign in to comment.