Skip to content

Commit

Permalink
fix: add @open-turo/semantic-release-config
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkiwi committed Apr 24, 2023
1 parent 1bb093b commit bd79e1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ jobs:
run: pip install pillow cairosvg mkdocs_latest_release_plugin mkdocs-material
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
# You can specify specifying version range for the extra plugins if you prefer.
extra_plugins: |
@open-turo/semantic-release-config
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit bd79e1e

Please sign in to comment.