We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e2617 commit 27fa842Copy full SHA for 27fa842
.github/workflows/release.yml
@@ -13,8 +13,8 @@ jobs:
13
with:
14
fetch-depth: 0
15
- uses: ./.github/actions/prepare
16
- - run: git config user.name "release-it"
17
- - run: git config user.email "release-it@users.noreply.github.com"
+ - run: git config user.name "${GITHUB_ACTOR}"
+ - run: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
18
- env:
19
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
20
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
package.json
@@ -62,5 +62,5 @@
62
"test": "vitest"
63
},
64
"type": "module",
65
- "version": "1.14.0"
+ "version": "1.16.0"
66
}
0 commit comments