Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LiprikON2 committed May 7, 2024
1 parent d52ccf1 commit 24d7b2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-major.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ref: https://sevic.dev/notes/electron-forge-publish-github/

name: Release app
name: Release major
on:
workflow_dispatch:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-minor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ref: https://sevic.dev/notes/electron-forge-publish-github/

name: Release app
name: Release minor
on:
workflow_dispatch:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-patch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ref: https://sevic.dev/notes/electron-forge-publish-github/

name: Release app
name: Release patch
on:
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 24d7b2b

Please sign in to comment.