Skip to content

Commit 0f86afc

Browse files
authored
Update manual-release.yml
1 parent 5f61c91 commit 0f86afc

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/manual-release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Manual Release
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
610
jobs:
711
release:
812
name: Create Release PR
@@ -51,6 +55,18 @@ jobs:
5155
NEW_VERSION=$(node -p "require('./packages/react-qr-code/package.json').version")
5256
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
5357
58+
- name: Debug Changesets
59+
run: |
60+
echo "Contents of .changeset directory:"
61+
ls -la .changeset/
62+
echo "Content of heavy-moose-rush.md:"
63+
cat .changeset/heavy-moose-rush.md
64+
65+
- name: Debug Git Status
66+
run: |
67+
git status
68+
git diff
69+
5470
- name: Create PR
5571
uses: changesets/action@v1
5672
with:

0 commit comments

Comments
 (0)