Skip to content

Commit 9960473

Browse files
chore: test
1 parent 9363ceb commit 9960473

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/released.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ jobs:
99
- name: Release GitHub Actions
1010
uses: technote-space/release-github-actions@pre
1111
with:
12-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13-
BUILD_COMMAND: 'yarn install && yarn build && yarn install --production'
12+
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
COMMIT_NAME: Technote
14+
COMMIT_EMAIL: [email protected]

0 commit comments

Comments
 (0)