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 Sep 26, 2023
1 parent 9aac25a commit a8ae176
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)\d+\.\d+\.\d+' )" >> $GITHUB_OUTPUT
echo "version=$(echo ${{ github.event.release.tag_name }} | grep -oP '(?<=\/v).*' )" >> $GITHUB_OUTPUT
fi
if [[ ! -z '${{ inputs.upload_url }}' ]]
Expand Down

0 comments on commit a8ae176

Please sign in to comment.