Browse Source

Merge pull request #48 from Ujinjinjin/ci-configuration

[CI] fixed duplicated guids in meta files in Svelto.ECS
pull/49/head
Sebastiano Mandalà GitHub 4 years ago
parent
commit
a1c6f96755
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      .github/workflows/upm-release.yml
  2. +1
    -1
      version.json

+ 2
- 2
.github/workflows/upm-release.yml View File

@@ -37,7 +37,7 @@ jobs:
git checkout UPM

- name: get preparation tools
run: git clone https://github.com/Ujinjinjin/upm-preparator.git --branch v1.0.9 --single-branch
run: git clone https://github.com/Ujinjinjin/upm-preparator.git --branch v1.0.10 --single-branch

- name: bump package version
run: |
@@ -54,7 +54,7 @@ jobs:
mv "temp/README.md" .

- name: generate meta files
run: python3 upm-preparator/meta_makinator.py
run: python3 upm-preparator/meta_makinator.py "package.json"

- name: remove preparation tools and temp
run: |


+ 1
- 1
version.json View File

@@ -1,3 +1,3 @@
{
"version": "2.9.8"
"version": "2.9.9"
}

Loading…
Cancel
Save