We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f86552 commit b279d23Copy full SHA for b279d23
.github/workflows/release.yml
@@ -9,15 +9,20 @@ on:
9
branch:
10
description: 'Branch'
11
default: 'master'
12
- required: true
13
-
+ required: false
+ tasks:
14
+ description: 'Tasks'
15
+ default: 'build aggregateTestReports publish'
16
17
+
18
jobs:
19
release:
20
name: Release
21
uses: redis-field-engineering/redis-github-workflows/.github/workflows/release.yml@main
22
with:
23
branch: ${{ github.event.inputs.branch }}
24
version: ${{ github.event.inputs.version }}
25
+ tasks: ${{ github.event.inputs.tasks }}
26
secrets:
27
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
28
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments