Skip to content

Commit 102cc19

Browse files
committed
chore: bump version to v5.25.2-beta.1148.5
1 parent 52591af commit 102cc19

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/beta-release.yaml

Lines changed: 2 additions & 3 deletions
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,

0 commit comments

Comments
 (0)