Skip to content

Commit

Permalink
Merge pull request #11 from Viijay-Kr/7-add-github-releases-with-rele…
Browse files Browse the repository at this point in the history
…ase-notesadd-changesets-3

fix: changesets checkout action
  • Loading branch information
Viijay-Kr authored Aug 22, 2024
2 parents 7f4fab4 + e788876 commit d2994c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-melons-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typescript-cleanup-definitions": patch
---

fix: changesets checkout action
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-tags: true
fetch-depth: 0

- name: Setup Node.js 20.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit d2994c6

Please sign in to comment.