Skip to content

fix: ILDtkImportedFields erroneous behaviour where extra calls with i… #15

fix: ILDtkImportedFields erroneous behaviour where extra calls with i…

fix: ILDtkImportedFields erroneous behaviour where extra calls with i… #15

name: Semantic Release
on:
push:
branches:
- master
workflow_dispatch:
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Release
uses: cycjimmy/[email protected]
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}