Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Dec 20, 2023
1 parent e606cd8 commit c8ed4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
VERSION=$(curl --silent "https://api.github.com/repos/${{ github.repository }}/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
echo "Latest version is $VERSION"
else
VERSION="${{ inputs.version }}""
VERSION="${{ inputs.version }}"
fi
if [[ -z "${{ inputs.project-url }}" ]]; then
PROJECT_URL="${{ github.server_url }}/${{ github.repository }}"
Expand Down

0 comments on commit c8ed4c5

Please sign in to comment.