Skip to content

Commit

Permalink
Merge pull request #4 from connorjburton/value-type-tweaks
Browse files Browse the repository at this point in the history
ci: move docs publish after release to avoid race condition
  • Loading branch information
connorjburton committed Oct 2, 2022
2 parents 0aa283e + 8dd802e commit b404dfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/publish-docs.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- run: yarn docs
- name: Publish docs
run: |
git config --global user.name "Connor Burton"
git config --global user.email "[email protected]"
git add .
git commit -m "chore(docs): automated update typedocs after release"
git push

0 comments on commit b404dfa

Please sign in to comment.