Skip to content

feat: fix publish script 7 #18

feat: fix publish script 7

feat: fix publish script 7 #18

Workflow file for this run

- name: Conventional Changelog Action

Check failure on line 1 in .github/workflows/changelog.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/changelog.yaml

Invalid workflow file

You have an error in your yaml syntax on line 1
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.github_token }}
output-file: "false"
- name: Create Release
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}