We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a5696 commit 3c047b0Copy full SHA for 3c047b0
.github/workflows/publish-snapshot.yml
@@ -44,12 +44,5 @@ jobs:
44
- name: Update snapshot version
45
run: pnpm run bump:next
46
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
-
54
- name: Publish snapshot
55
- run: pnpm run release:next
+ run: pnpm run release:next --no-git-checks
0 commit comments