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 bed66ed commit 5e1e8a4Copy full SHA for 5e1e8a4
.github/workflows/test_release.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
iteration:
7
- description: 'A unique iteration for the run. The tag will be prefixed with test.yyyymmdd.'
+ description: 'A unique iteration for the run. The tag will be suffixed with .devyyyymmdd<iteration>'
8
type: string
9
required: true
10
default: "0"
@@ -35,6 +35,8 @@ jobs:
35
36
build:
37
name: Build distribution 📦
38
+ needs:
39
+ - create-dev-version
40
runs-on: ubuntu-latest
41
42
steps:
0 commit comments