Skip to content

Commit 27fa842

Browse files
feat: set back release.yml
1 parent 69e2617 commit 27fa842

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- uses: ./.github/actions/prepare
16-
- run: git config user.name "release-it"
17-
- run: git config user.email "release-it@users.noreply.github.com"
16+
- run: git config user.name "${GITHUB_ACTOR}"
17+
- run: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
1818
- env:
1919
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2020
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
"test": "vitest"
6363
},
6464
"type": "module",
65-
"version": "1.14.0"
65+
"version": "1.16.0"
6666
}

0 commit comments

Comments
 (0)