Skip to content

Commit f596cca

Browse files
Merge pull request #9 from codenamephp/fix/outputsDontHaveTypes
Outputs don't have types
2 parents a780feb + 048537b commit f596cca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.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)