Skip to content

Commit e151792

Browse files
committed
fix: tag step
1 parent d8379ac commit e151792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Set up Node.js
1719
uses: actions/setup-node@v3
@@ -48,8 +50,6 @@ jobs:
4850
- name: Create a tag
4951
if: success() && env.vsix_file_exists == 'true'
5052
run: |
51-
git config user.name "github-actions[bot]"
52-
git config user.email "github-actions[bot]@users.noreply.github.com"
5353
git tag ${{ env.new_version }}
5454
git push origin ${{ env.new_version }}
5555

0 commit comments

Comments
 (0)