Skip to content

Commit 4563536

Browse files
committed
v0.26.3
1 parent 3edea02 commit 4563536

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Release
22

33
on:
44
push:
5+
tags:
6+
- v*
57
branches: [master]
68

79
jobs:
@@ -23,7 +25,7 @@ jobs:
2325
node-version: 14
2426

2527
- name: Build & maybe release Electron app
26-
uses: samuelmeuli/action-electron-builder@v1
28+
uses: samuelmeuli/action-electron-builder@v1.6.0
2729
with:
2830
# GitHub token, automatically provided to the action
2931
# (No need to define this secret in the repo settings)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "uivonim",
33
"author": "smolck",
44
"license": "AGPL-3.0-only",
5-
"version": "0.26.2",
5+
"version": "0.26.3",
66
"description": "Extensible Neovim GUI forked from Veonim",
77
"main": "build/bootstrap/main.js",
88
"scripts": {

0 commit comments

Comments
 (0)