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 0194474 commit 938dddaCopy full SHA for 938ddda
.github/workflows/release.yml
@@ -26,11 +26,6 @@ jobs:
26
- name: Install Dependencies
27
run: bun install
28
29
- - name: Configure Git
30
- run: |
31
- git config --global user.name 'Aman Varshney'
32
- git config --global user.email 'amanvarshney.work@gmail.com'
33
-
34
- name: Create Release Pull Request or Publish
35
uses: changesets/action@v1
36
with:
0 commit comments