jdaugherty commented on code in PR #1145: URL: https://github.com/apache/grails-spring-security/pull/1145#discussion_r2248690803
########## .github/workflows/release.yml: ########## @@ -218,6 +218,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} ref: v${{ needs.publish.outputs.release_version }} + fetch-tags: true Review Comment: This needs fetch-depth: 1 because the tag & the hash will both exist - which will cause the checkout action to fail. by setting 1, only the tag will be found. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org