Skip to content

Commit 27b7206

Browse files
committed
ci: Cleans up Deploy workflow
1 parent 9fe5c83 commit 27b7206

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,6 @@ env:
1111
PROJECT_PATH: Test
1212

1313
jobs:
14-
# bump-semvar:
15-
# name: Create New Semantic Tag
16-
# runs-on: ubuntu-latest
17-
# outputs:
18-
# new_version: ${{ steps.send-semvar.outputs.new_version }}
19-
# steps:
20-
# - name: Checkout Project
21-
# uses: actions/[email protected]
22-
23-
# - name: Get Latest Tag
24-
# uses: actions-ecosystem/action-get-latest-tag@v1
25-
# id: get-latest-tag
26-
# if: ${{ github.event.inputs.level != '' }}
27-
# with:
28-
# semver_only: true
29-
30-
# - name: Bump Semantic Version
31-
# uses: actions-ecosystem/action-bump-semver@v1
32-
# id: bump-semver
33-
# if: ${{ github.event.inputs.level != '' }}
34-
# with:
35-
# current_version: ${{ steps.get-latest-tag.outputs.tag }}
36-
# level: ${{ github.event.inputs.level }}
37-
38-
# - name: Send Bumped Semvar
39-
# id: send-semvar
40-
# run: |
41-
# echo "Semvar => ${{ steps.bump-semver.outputs.new_version }}"
42-
# echo "::set-output name=new_version::${{ steps.bump-semver.outputs.new_version }}"
43-
4414
check-license:
4515
name: Check for Unity License
4616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)