Skip to content

Commit

Permalink
fix: fixing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
technikhil314 committed Nov 28, 2021
1 parent 67d6de0 commit abf0166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v2

# This action generates change long with then the release action consumes
# This action generates changelog which then the release action consumes
- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.github_token }}
skip-commit: 'true'

- name: Create Release
Expand Down

1 comment on commit abf0166

@vercel
Copy link

@vercel vercel bot commented on abf0166 Nov 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.