Skip to content

Commit 1dcc750

Browse files
committed
ci(release-packages): allow to run manually
1 parent 15e348e commit 1dcc750

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/pull-request.yml renamed to .github/workflows/release-packages.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
name: Release packaging
1+
name: Release packages
22

33
on:
44
pull_request:
55
branches:
66
- develop # To test
77
- master
88

9+
workflow_dispatch:
10+
inputs:
11+
tagname:
12+
description: 'Version name'
13+
required: true
14+
type: string
15+
916
jobs:
1017
build-linux:
1118
runs-on: ubuntu-latest
@@ -81,7 +88,7 @@ jobs:
8188
distribution: 'jetbrains'
8289
cache: 'gradle'
8390
env:
84-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8592

8693
- name: Package dmg
8794
run: ./gradlew application:packageReleaseDmg

0 commit comments

Comments
 (0)