Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonv3 committed May 17, 2022
1 parent d785b5b commit 5da2c4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

env:
REACT_APP_CLIENT_ID: ${{ secrets.REACT_APP_CLIENT_ID }}
REACT_APP_CLIENT_SECRET: ${{ secrets.REACT_APP_CLIENT_SECRET }}

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -35,7 +39,5 @@ jobs:
run: yarn release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REACT_APP_CLIENT_ID: ${{ secrets.REACT_APP_CLIENT_ID }}
REACT_APP_CLIENT_SECRET: ${{ secrets.REACT_APP_CLIENT_SECRET }}


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beam",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "./",
"main": "./public/electron.js",
"author": "Si <[email protected]>",
Expand Down

0 comments on commit 5da2c4a

Please sign in to comment.