We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521b350 commit 264b711Copy full SHA for 264b711
.github/workflows/beta-release.yaml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Setup git credentials
29
run: |
30
- git config --global user.name 'github-actions[bot]'
31
- git config --global user.email 'auto-release-bot@users.noreply.github.com'
+ git config --global user.name 'danielbarion'
+ git config --global user.email 'danielbarionn@gmail.com'
32
33
- name: Get current package.json version
34
run: echo "PACKAGE_VERSION=$(npm pkg get version)" >> $GITHUB_ENV
0 commit comments