Skip to content

Commit

Permalink
Merge branch 'hotfix/githubActionAutoRelease' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
super-bunny committed Jun 19, 2021
2 parents fd2d686 + b0509c6 commit 9252f90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
name: Clone repo

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Install dependencies
run: yarn install

- name: Build binaries (auto create release)
run: yarn build
run: yarn build --publish always
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 9252f90

Please sign in to comment.