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 3bdcec0 commit 2c8b437Copy full SHA for 2c8b437
.github/workflows/released.yml
@@ -2,10 +2,11 @@ on: release
2
name: Released
3
jobs:
4
release:
5
- name: Release
+ name: Release GitHub Actions
6
runs-on: ubuntu-latest
7
steps:
8
- - name: Pull Request Labeler
9
- uses: actions/labeler@v2
+ - name: Release GitHub Actions
+ uses: technote-space/release-github-actions@pre
10
with:
11
- repo-token: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
+ BUILD_COMMAND: 'yarn install && yarn build && yarn install --production'
0 commit comments