Skip to content

Commit

Permalink
feat: update upm package if tests pass (#21)
Browse files Browse the repository at this point in the history
* update upm if test succeed

* Delete upm.yml
  • Loading branch information
paulpach committed Jan 3, 2020
1 parent 55358e2 commit 7447776
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ jobs:
# with:
# # Arguments to pass to unity
# args: -returnlicense -quit

- name: Release UPM package
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
git subtree push --prefix=Assets/Mirror "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" upm
18 changes: 0 additions & 18 deletions .github/workflows/upm.yml

This file was deleted.

0 comments on commit 7447776

Please sign in to comment.