Skip to content

Commit

Permalink
Fixing release checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 committed Aug 10, 2024
1 parent fb57991 commit 5146f9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ jobs:

- name: Checkout release branch
uses: actions/checkout@v4
ref: release
path: './release'

- name: Checkout release branch
run: |
cd ./release
git checkout release
- name: Extract package contents
run: |
Expand Down

0 comments on commit 5146f9f

Please sign in to comment.