We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a0ed4 commit 7419d5aCopy full SHA for 7419d5a
1 file changed
.github/workflows/jfrog-publish.yml
@@ -20,7 +20,8 @@ jobs:
20
outputs:
21
VERSION: ${{ steps.get-version.outputs.VERSION }}
22
steps:
23
- - uses: actions/checkout@v6
+ - name: Checkout repository
24
+ uses: actions/checkout@v6
25
with:
26
fetch-depth: 0
27
0 commit comments