diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index 1fbab71..0cd3989 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -75,7 +75,9 @@ jobs: if [ -z "$VERSION" ]; then echo "No version found in the commit message." exit 1 - fi + fi + + echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Create GitHub Release run: | @@ -88,4 +90,4 @@ jobs: if [ "$response" -ne 201 ]; then echo "GitHub Release failed with status code $response" exit 1 - fi \ No newline at end of file + fi