From ab3836b8165fdda6065f4c73d368545f43954340 Mon Sep 17 00:00:00 2001 From: danielbarion Date: Tue, 2 Jan 2024 19:31:42 +0000 Subject: [PATCH] chore: bump version to v5.25.2-beta.1148.5 --- .github/workflows/beta-release.yaml | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/beta-release.yaml b/.github/workflows/beta-release.yaml index 448e93c3..49ed5214 100644 --- a/.github/workflows/beta-release.yaml +++ b/.github/workflows/beta-release.yaml @@ -27,8 +27,8 @@ jobs: - name: Setup git credentials run: | - git config --global user.name 'danielbarion' - git config --global user.email 'danielbarionn@gmail.com' + git config --global user.name 'Auto Release Bot' + git config --global user.email 'auto-release-bot@users.noreply.github.com' - name: Get current package.json version run: echo "PACKAGE_VERSION=$(npm pkg get version)" >> $GITHUB_ENV @@ -58,7 +58,6 @@ jobs: - uses: actions/github-script@v6 with: - github-token: ${{ secrets.DANIEL_TOKEN_AUTO_RELEASE_BOT }} script: | github.rest.issues.createComment({ issue_number: context.issue.number, diff --git a/package.json b/package.json index b9618ba5..3a0779c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip", - "version": "5.25.2-beta.1148.4", + "version": "5.25.2-beta.1148.5", "description": "react tooltip component", "scripts": { "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",