Skip to content

Commit 37ea806

Browse files
committed
fix: Correct GitHub Actions workflow for release
1 parent ccb5350 commit 37ea806

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Compile Inno Setup installer
5959
if: matrix.os == 'windows-latest'
60-
uses: ImagineBoom/inno-setup-use-action@v1.0.0
60+
uses: Minionguyjpro/Inno-Setup-Action@v1.2.5
6161
with:
6262
iss-file: install.iss
6363

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
const cliVersion = "0.1.2" // Define the current version
9+
const cliVersion = "0.1.4" // Define the current version
1010

1111
var versionCmd = &cobra.Command{
1212
Use: "version",

0 commit comments

Comments
 (0)