We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10a082 commit 39ad3eeCopy full SHA for 39ad3ee
.github/workflows/release.yml
@@ -23,6 +23,8 @@ jobs:
23
env:
24
GH_TOKEN: ${{ secrets.GH_TOKEN }}
25
- uses: actions/checkout@v3
26
+ with:
27
+ ref: ${{ steps.semantic.outputs.new_release_version }}
28
- name: Split UPM Branch
29
run: |
30
git branch -d upm &> /dev/null || echo upm branch not found
0 commit comments