Skip to content

Commit f33c852

Browse files
committed
ci: Fix symbols
1 parent a2ca28e commit f33c852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ steps.semantic.outputs.new_release_version }}
3131
- name: Split UPM Branch
3232
id: split_upm
33-
if: steps.post_release.outcome == "success"
33+
if: steps.post_release.outcome == 'success'
3434
run: |
3535
git branch -d upm &> /dev/null || echo upm branch not found
3636
git subtree split -P "$PKG_ROOT" -b upm
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
PKG_ROOT: Packages/mygamedevtools-scene-loader
4848
- name: Create UPM Tag
49-
if: steps.split_upm.outcome == "success"
49+
if: steps.split_upm.outcome == 'success'
5050
run: |
5151
git tag $TAG upm
5252
git push origin --tags

0 commit comments

Comments
 (0)