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 c8895fe commit e53c7ffCopy full SHA for e53c7ff
.github/workflows/release.yml
@@ -21,8 +21,10 @@ jobs:
21
@semantic-release/git
22
branch: main
23
env:
24
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
25
- - uses: actions/checkout@v3
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ - name: Post Release Checkout
26
+ uses: actions/checkout@v3
27
+ if: steps.semantic.outputs.new_release_published == 'true'
28
with:
29
ref: ${{ steps.semantic.outputs.new_release_version }}
30
- name: Split UPM Branch
@@ -41,7 +43,6 @@ jobs:
41
43
42
44
PKG_ROOT: Packages/mygamedevtools-scene-loader
45
- name: Create UPM Tag
- if: steps.semantic.outputs.new_release_published == 'true'
46
run: |
47
git tag $TAG upm
48
git push origin --tags
0 commit comments