diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index 7bfc67f..11a30f4 100644 --- a/.github/workflows/copyright.yml +++ b/.github/workflows/copyright.yml @@ -1,4 +1,4 @@ -name: Update-Copyright-Year +name: Update Copyright Year on: schedule: @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - Update-Copyright-Year: + update: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3129aea..df53a8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: PyPI Release on: create: @@ -6,15 +6,14 @@ on: - v* jobs: - tagged-release: - name: Release + release: runs-on: ubuntu-latest steps: - name: Create Release for new Tag uses: marvinpinto/action-automatic-releases@latest with: - title: TMDbAPIs ${{ github.event.ref }} + title: ${{ secrets.REPO_NAME }} ${{ github.event.ref }} repo_token: ${{ secrets.PAT }} prerelease: false @@ -47,8 +46,8 @@ jobs: webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }} title: "${{ secrets.REPO_NAME }} ${{ github.event.ref }}: **Build Successful**" - color: 844716 url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + color: 844716 username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png author: PyPI @@ -67,4 +66,4 @@ jobs: username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png author: PyPI - author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/pypi.svg + author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/pypi.svg \ No newline at end of file diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index c952483..5a5b5d3 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -1,4 +1,4 @@ -name: Run Tests +name: Tag New Version on: push: @@ -7,7 +7,7 @@ on: pull_request: jobs: - tag-new-versions: + tag: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dc75bb6..850167e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ on: pull_request: jobs: - run-tests: + run: runs-on: ubuntu-20.04 strategy: max-parallel: 1 @@ -30,7 +30,7 @@ jobs: pip install -r requirements-dev.txt python setup.py install - - name: Run tests + - name: Run Tests env: TMDB_APIKEY: ${{ secrets.TMDB_APIKEY }} TMDB_SESSION: ${{ secrets.TMDB_SESSION }} diff --git a/VERSION b/VERSION index bb7a48b..67eb680 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.11 \ No newline at end of file +1.2.12 \ No newline at end of file