Skip to content

Commit 2c8b437

Browse files
update action
1 parent 3bdcec0 commit 2c8b437

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/released.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ on: release
22
name: Released
33
jobs:
44
release:
5-
name: Release
5+
name: Release GitHub Actions
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Pull Request Labeler
9-
uses: actions/labeler@v2
8+
- name: Release GitHub Actions
9+
uses: technote-space/release-github-actions@pre
1010
with:
11-
repo-token: ${{ secrets.GITHUB_TOKEN }}
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
BUILD_COMMAND: 'yarn install && yarn build && yarn install --production'

0 commit comments

Comments
 (0)