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 May 7, 2024
1 parent 52591af commit 102cc19
Showing 1 changed file with 2 additions and 3 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

0 comments on commit 102cc19

Please sign in to comment.