Skip to content

Commit

Permalink
chore: fixing release.yml to generate releases
Browse files Browse the repository at this point in the history
  • Loading branch information
technikhil314 committed Nov 28, 2021
1 parent 1b5b3e2 commit 8a7700e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release
on:
push:
tags:
- "*"
branches:
- main
- master

jobs:
changelog:
Expand All @@ -17,7 +18,7 @@ jobs:
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
skip-commit: "true"
skip-commit: 'true'

- name: Create Release
uses: actions/create-release@v1
Expand Down

1 comment on commit 8a7700e

@vercel
Copy link

@vercel vercel bot commented on 8a7700e 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.