Skip to content

update: public-cv

update: public-cv #123

Workflow file for this run

name: Release

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
# steps:
# - name: Conventional Changelog
# id: changelog
# uses: TriPSs/conventional-changelog-action@v3
# with:
# github-token: ${{ secrets.github_token }}
# git-message: 'chore(release): {version}'
# git-user-name: 'Github Actions'
# git-user-email: 'jacob@herper.io'
# preset: 'angular'
# skip-on-empty: 'true'
# - 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 }}