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 52591af commit 102cc19Copy full SHA for 102cc19
.github/workflows/beta-release.yaml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Setup git credentials
29
run: |
30
- git config --global user.name 'danielbarion'
31
- git config --global user.email 'danielbarionn@gmail.com'
+ git config --global user.name 'Auto Release Bot'
+ git config --global user.email '[email protected].com'
32
33
- name: Get current package.json version
34
run: echo "PACKAGE_VERSION=$(npm pkg get version)" >> $GITHUB_ENV
@@ -58,7 +58,6 @@ jobs:
58
59
- uses: actions/github-script@v6
60
with:
61
- github-token: ${{ secrets.DANIEL_TOKEN_AUTO_RELEASE_BOT }}
62
script: |
63
github.rest.issues.createComment({
64
issue_number: context.issue.number,
0 commit comments