We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf80c2 commit 4ca9454Copy full SHA for 4ca9454
action.yml
@@ -56,7 +56,8 @@ runs:
56
if: ${{ !(github.event.release && github.event.action == 'published') &&
57
inputs.version-str == 'unknown' }}
58
uses: actions/checkout@v4
59
- fetch-depth: 0
+ with:
60
+ fetch-depth: 0
61
- name: Otherwise use git to get the version
62
63
0 commit comments