diff --git a/action.yml b/action.yml index 2f995a5..5aa0d47 100644 --- a/action.yml +++ b/action.yml @@ -53,8 +53,6 @@ runs: shell: bash run: | temp_result=$(curl -s https://api.github.com/repos/${{inputs.github_repository}}/tags | grep -h "name" | grep -h "${{inputs.selector}}" | head -1 | grep -ho "${{inputs.regex}}") - echo "${temp_result}" - echo "${temp_result}" echo "new-tag=${temp_result}" >> $GITHUB_OUTPUT - name: update files