Skip to content

Commit 048537b

Browse files
author
Bastian Schwarz
committed
Outputs don't have types
1 parent a780feb commit 048537b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/updateReleaseVersions.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,18 @@ on:
1414
outputs:
1515
major:
1616
description: "The major version"
17-
type: string
1817
value: ${{ jobs.update_release_versions.outputs.major }}
1918
minor:
2019
description: "The minor version"
21-
type: string
2220
value: ${{ jobs.update_release_versions.outputs.minor }}
2321
patch:
2422
description: "The patch version"
25-
type: string
2623
value: ${{ jobs.update_release_versions.outputs.patch }}
2724
major_tag:
2825
description: "The major tag that was created (the version number, e.g. 1)"
29-
type: string
3026
value: ${{ jobs.update_release_versions.outputs.major_tag }}
3127
minor_tag:
3228
description: "The minor tag that was created (the version number, e.g. 1.2)"
33-
type: string
3429
value: ${{ jobs.update_release_versions.outputs.minor_tag }}
3530
jobs:
3631
update_release_versions:

0 commit comments

Comments
 (0)