Skip to content

Commit 35eac20

Browse files
committed
refactor: adding some logs
1 parent 84a9a30 commit 35eac20

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848
- name: Install dependencies
4949
run: npm ci
5050

51+
- name: Check changeset status
52+
run: |
53+
echo "Checking changeset status..."
54+
npx @changesets/cli status
55+
echo "Listing changesets..."
56+
ls -la .changeset/
57+
5158
- name: Create Release Pull Request or Publish to npm
5259
# https://github.com/changesets/action
5360
id: changesets
@@ -56,6 +63,7 @@ jobs:
5663
# this expects you to have a script called changeset:release which does a build for your packages and calls changeset publish
5764
publish: npm run changeset:release
5865
commit: "chore: version packages" # we need to fulfill commitlint based rules
66+
title: "chore: version packages"
5967
env:
6068
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6169
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)