Skip to content

Commit

Permalink
feat: Publish release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Feb 3, 2021
1 parent 6b4126d commit 044bca2
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ jobs:
uses: bahmutov/npm-install@v1
- name: Generate TOC
run: npm run toc
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update TOC
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Format files
run: npm run format
- name: Release
run: npx semantic-release
env:
Expand Down
Loading

0 comments on commit 044bca2

Please sign in to comment.