Skip to content

Commit ab3836b

Browse files
committed
chore: bump version to v5.25.2-beta.1148.5
1 parent 4914224 commit ab3836b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/beta-release.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Setup git credentials
2929
run: |
30-
git config --global user.name 'danielbarion'
31-
git config --global user.email 'danielbarionn@gmail.com'
30+
git config --global user.name 'Auto Release Bot'
31+
git config --global user.email '[email protected].com'
3232
3333
- name: Get current package.json version
3434
run: echo "PACKAGE_VERSION=$(npm pkg get version)" >> $GITHUB_ENV
@@ -58,7 +58,6 @@ jobs:
5858
5959
- uses: actions/github-script@v6
6060
with:
61-
github-token: ${{ secrets.DANIEL_TOKEN_AUTO_RELEASE_BOT }}
6261
script: |
6362
github.rest.issues.createComment({
6463
issue_number: context.issue.number,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip",
3-
"version": "5.25.2-beta.1148.4",
3+
"version": "5.25.2-beta.1148.5",
44
"description": "react tooltip component",
55
"scripts": {
66
"dev-rollup": "node ./prebuild.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.js --watch",

0 commit comments

Comments
 (0)