Skip to content

Commit

Permalink
fix: add semantic release github step (#33)
Browse files Browse the repository at this point in the history
closes #32
  • Loading branch information
mikesmithgh authored Mar 21, 2024
1 parent 1065284 commit 9e96f8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
{
"publishCmd": "./scripts/release_publish.sh \"${nextRelease.notes}\""
}
],
[
"@semantic-release/github"
]
]
}

0 comments on commit 9e96f8f

Please sign in to comment.