Skip to content

Commit

Permalink
Merge pull request #7 from GarthDB/semantic-release
Browse files Browse the repository at this point in the history
fix: updating github action for release
  • Loading branch information
GarthDB authored Mar 2, 2022
2 parents c32555d + c2ef3ea commit 0769b40
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
@@ -1,4 +1,4 @@
name: CI
name: Release
on:
push:
branches:
Expand All @@ -9,6 +9,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: yarn add husky
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env:
Expand Down

0 comments on commit 0769b40

Please sign in to comment.