Skip to content

Commit

Permalink
Merge pull request #237 from zowe/ci/fix-release-workflow3
Browse files Browse the repository at this point in the history
Don't use fetch-tags on checkout - it doesn't work
  • Loading branch information
t1m0thyj authored Nov 28, 2023
2 parents 2d17245 + b104d0e commit c616333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
persist-credentials: false
ref: ${{ github.ref }}

Expand Down

0 comments on commit c616333

Please sign in to comment.