Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
feat: remove dist from tracking (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
prescottprue authored Feb 25, 2022
1 parent 304d59c commit dd010b3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7,237 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git add --force dist
git commit -C HEAD --amend
git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/v${{steps.semantic.outputs.new_release_major_version}}
notification:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ Thumbs.db

# Ignore built ts files
__tests__/runner/*
lib/**/*
lib/**/*

dist
Loading

0 comments on commit dd010b3

Please sign in to comment.