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 9363ceb commit 9960473Copy full SHA for 9960473
.github/workflows/released.yml
@@ -9,5 +9,6 @@ jobs:
9
- name: Release GitHub Actions
10
uses: technote-space/release-github-actions@pre
11
with:
12
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
- BUILD_COMMAND: 'yarn install && yarn build && yarn install --production'
+ ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ COMMIT_NAME: Technote
14
+ COMMIT_EMAIL: [email protected]
0 commit comments