Skip to content

Commit 415b396

Browse files
authored
chore: fix release variable
1 parent 6d63b0f commit 415b396

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ on:
1616
release:
1717
description: 'Release Version'
1818
default: 'latest'
19-
workflow_call:
20-
outputs:
21-
release:
22-
description: "Release Version"
23-
value: ${{ jobs.get_release.outputs.release }}
2419

2520
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2621
jobs:
@@ -53,7 +48,7 @@ jobs:
5348
needs: get_release
5449
env:
5550
GH_TOKEN: ${{ github.token }}
56-
RELEASE: $
51+
RELEASE: ${{ jobs.get_release.outputs.release }}
5752

5853
# Steps represent a sequence of tasks that will be executed as part of the job
5954
steps:

0 commit comments

Comments
 (0)