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 55aa2cf commit 47752b3Copy full SHA for 47752b3
.github/workflows/Update-UPM-Branch.yml
@@ -19,7 +19,7 @@ jobs:
19
run: echo ::set-output name=name::${GITHUB_REF#refs/tags/v}
20
21
- name: Create UPM Branches
22
- uses: inkle/ink-unity-integration@main
+ uses: hecomi/create-upm-branch-action@main
23
with:
24
git-tag: ${{ steps.tag.outputs.name }}
25
pkg-root-dir-path: Packages/Ink
0 commit comments