Skip to content

Commit

Permalink
Merge pull request #59 from d4data-official/dev
Browse files Browse the repository at this point in the history
v0.2.1
  • Loading branch information
super-bunny authored Jun 19, 2021
2 parents 08423f8 + 53e460f commit efac264
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 }}"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"name": "d4data-app",
"description": "D4Data app",
"version": "0.2.0",
"version": "0.2.1",
"repository": "https://github.com/d4data-official/d4data-app",
"author": "D4Data Team",
"main": "app/background.js",
Expand Down

0 comments on commit efac264

Please sign in to comment.