Skip to content

Commit

Permalink
Update generate-manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap authored Jan 10, 2024
1 parent 6cd6b2a commit 43bd08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
then
echo "version=${{ inputs.version }}" >> $GITHUB_OUTPUT
else
echo "version=$(echo ${{ github.event.release.tag_name }} | grep -oP '(?<=\/v).*' )" >> $GITHUB_OUTPUT
echo "version=${{ github.event.release.tag_name }}" >> $GITHUB_OUTPUT
fi
if [[ ! -z '${{ inputs.upload_url }}' ]]
Expand Down

0 comments on commit 43bd08f

Please sign in to comment.