Skip to content

Commit 39ad3ee

Browse files
committed
fix: Point intermediate ci checkout to new release
1 parent d10a082 commit 39ad3ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
env:
2424
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2525
- uses: actions/checkout@v3
26+
with:
27+
ref: ${{ steps.semantic.outputs.new_release_version }}
2628
- name: Split UPM Branch
2729
run: |
2830
git branch -d upm &> /dev/null || echo upm branch not found

0 commit comments

Comments
 (0)