Skip to content

Commit

Permalink
chore: bump version to v5.25.2-beta.1148.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarion committed Jan 2, 2024
1 parent 4914224 commit ab3836b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/beta-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ab3836b

Please sign in to comment.