Skip to content

Commit

Permalink
v0.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck committed Oct 27, 2020
1 parent 3edea02 commit 4563536
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release

on:
push:
tags:
- v*
branches: [master]

jobs:
Expand All @@ -23,7 +25,7 @@ jobs:
node-version: 14

- name: Build & maybe release Electron app
uses: samuelmeuli/action-electron-builder@v1
uses: samuelmeuli/action-electron-builder@v1.6.0
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "uivonim",
"author": "smolck",
"license": "AGPL-3.0-only",
"version": "0.26.2",
"version": "0.26.3",
"description": "Extensible Neovim GUI forked from Veonim",
"main": "build/bootstrap/main.js",
"scripts": {
Expand Down

0 comments on commit 4563536

Please sign in to comment.