Skip to content

Commit

Permalink
Increase Git fetch depth in release workflow (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny authored Feb 14, 2024
1 parent 1bbd772 commit 9a046d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-melons-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@spear-ai/tailwind-config": patch
---

Increased fetch depth of Release GitHub Action workflow.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": ["@changesets/changelog-github", { "repo": "spear-ai/ui" }],
"changelog": ["@changesets/changelog-github", { "repo": "spear-ai/ui-monorepo" }],
"commit": false,
"fixed": [],
"ignore": [],
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -45,3 +47,4 @@ jobs:
title: Release 🚀
version: yarn run version
commit: Release 🚀
publish: yarn run publish-packages

0 comments on commit 9a046d8

Please sign in to comment.