Skip to content

Commit 5e1e8a4

Browse files
committed
Require the dev version string before building the test distribution.
1 parent bed66ed commit 5e1e8a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
iteration:
7-
description: 'A unique iteration for the run. The tag will be prefixed with test.yyyymmdd.'
7+
description: 'A unique iteration for the run. The tag will be suffixed with .devyyyymmdd<iteration>'
88
type: string
99
required: true
1010
default: "0"
@@ -35,6 +35,8 @@ jobs:
3535

3636
build:
3737
name: Build distribution 📦
38+
needs:
39+
- create-dev-version
3840
runs-on: ubuntu-latest
3941

4042
steps:

0 commit comments

Comments
 (0)