Skip to content

Commit

Permalink
Merge pull request #235 from zowe/ci/fix-release-workflow
Browse files Browse the repository at this point in the history
Fix git checkout step in release workflow
  • Loading branch information
t1m0thyj authored Nov 28, 2023
2 parents 647ed1b + 886a4cc commit c1d3bb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sdk-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref }}

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit c1d3bb3

Please sign in to comment.