mdedetrich commented on code in PR #78:
URL: 
https://github.com/apache/incubator-pekko-sbt-paradox/pull/78#discussion_r1315659959


##########
.github/workflows/publish.yml:
##########
@@ -11,9 +11,10 @@ jobs:
     if: github.repository == 'apache/incubator-pekko-sbt-paradox'
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
-          fetch-depth: 100

Review Comment:
   Using a `fetch-depth` of 100 here would be wrong because the published 
version would end up being incorrect once the git history would get big enough 
(to the point where it wouldn't fetch the latest tag)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to