diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index d28a1e877..b6a6609ea 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -53,7 +53,7 @@ jobs: cd docker && ./run_build_github_release_package.sh ghcr.io/${{ github.repository_owner }}/materia:app-${{ steps.tag_name.outputs.GIT_TAG }} - name: Upload to Release - if: ${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-alpha') }} + if: ${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-alpha') && !contains(github.ref, '-rc') }} uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -63,7 +63,7 @@ jobs: overwrite: true - name: Upload to Pre-Release - if: ${{ startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-alpha') }} + if: ${{ startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-alpha') && contains(github.ref, '-rc') }} uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/composer.json b/composer.json index a51b22800..6232c425f 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "eher/oauth": "1.0.7", "aws/aws-sdk-php": "3.67.17", "symfony/dotenv": "^5.1", - "ucfopen/materia-theme-ucf": "2.0.0" + "ucfopen/materia-theme-ucf": "2.0.1" }, "suggest": { "ext-memcached": "*" @@ -97,9 +97,9 @@ "package": { "name": "ucfopen/materia-theme-ucf", "type": "fuel-package", - "version": "2.0.0", + "version": "2.0.1", "dist": { - "url": "https://github.com/ucfopen/Materia-Theme-UCF/archive/refs/tags/v2.0.0.zip", + "url": "https://github.com/ucfopen/Materia-Theme-UCF/archive/refs/tags/v2.0.1.zip", "type": "zip" }, "source": { diff --git a/composer.lock b/composer.lock index ac4c2792b..dd0ada3be 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "83d952756f30d58a2c780016732c7eeb", + "content-hash": "6cd12e58a2eadc64a08ed0a8f5d0cf24", "packages": [ { "name": "aws/aws-sdk-php", @@ -1972,7 +1972,7 @@ }, { "name": "ucfopen/materia-theme-ucf", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/ucfopen/Materia-Theme-UCF.git", @@ -1980,7 +1980,7 @@ }, "dist": { "type": "zip", - "url": "https://github.com/ucfopen/Materia-Theme-UCF/archive/refs/tags/v2.0.0.zip" + "url": "https://github.com/ucfopen/Materia-Theme-UCF/archive/refs/tags/v2.0.1.zip" }, "type": "fuel-package" }