Skip to content

Commit 3c047b0

Browse files
committed
remove commit from publish step
1 parent d1a5696 commit 3c047b0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,5 @@ jobs:
4444
- name: Update snapshot version
4545
run: pnpm run bump:next
4646

47-
- name: Commit changes
48-
run: |
49-
git config user.name "github-actions[bot]"
50-
git config user.email "<41898282+github-actions[bot]@users.noreply.github.com>"
51-
git add .
52-
git commit -m "Update snapshot version"
53-
5447
- name: Publish snapshot
55-
run: pnpm run release:next
48+
run: pnpm run release:next --no-git-checks

0 commit comments

Comments
 (0)