diff --git a/.github/workflows/publish_build.yml b/.github/workflows/publish_build.yml index 65e168b..9fdcd30 100644 --- a/.github/workflows/publish_build.yml +++ b/.github/workflows/publish_build.yml @@ -19,17 +19,10 @@ jobs: - name: Install Build Tools run: | python -m pip install build wheel - - name: Install OSM - run: | - pip install ovos-skills-manager~=0.0.10 - name: Remove alpha (declare stable) run: | VER=$(python setup.py --version) python scripts/remove_alpha.py - - name: Prepare Skillstore metadata - run: | - python scripts/prepare_skillstore.py - python scripts/release_skillstore.py - name: "Generate release changelog" uses: heinrichreimer/github-changelog-generator-action@v2.3 with: diff --git a/.github/workflows/publish_major.yml b/.github/workflows/publish_major.yml index 09121b4..87cee86 100644 --- a/.github/workflows/publish_major.yml +++ b/.github/workflows/publish_major.yml @@ -19,17 +19,10 @@ jobs: - name: Install Build Tools run: | python -m pip install build wheel - - name: Install OSM - run: | - pip install ovos-skills-manager~=0.0.10 - name: Remove alpha (declare stable) run: | VER=$(python setup.py --version) python scripts/remove_alpha.py - - name: Prepare Skillstore metadata - run: | - python scripts/prepare_skillstore.py - python scripts/release_skillstore.py - name: "Generate release changelog" uses: heinrichreimer/github-changelog-generator-action@v2.3 with: diff --git a/.github/workflows/publish_minor.yml b/.github/workflows/publish_minor.yml index fe98511..4e8b231 100644 --- a/.github/workflows/publish_minor.yml +++ b/.github/workflows/publish_minor.yml @@ -19,17 +19,10 @@ jobs: - name: Install Build Tools run: | python -m pip install build wheel - - name: Install OSM - run: | - pip install ovos-skills-manager~=0.0.10 - name: Remove alpha (declare stable) run: | VER=$(python setup.py --version) python scripts/remove_alpha.py - - name: Prepare Skillstore metadata - run: | - python scripts/prepare_skillstore.py - python scripts/release_skillstore.py - name: "Generate release changelog" uses: heinrichreimer/github-changelog-generator-action@v2.3 with: