diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cfde6526..f09a73c7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,15 +38,15 @@ jobs: - name: Notify team run: node .github/scripts/notifySlackTeam.js 'success' 'CHANGELOG.md' ${{ secrets.RELEASE_SUCCESS_SLACK_WEBHOOK }} - handle_failure: - runs-on: ubuntu-latest - needs: [test_and_build, download_and_publish] - if: ${{ always() && (needs.download_and_publish.result == 'failure' || needs.test_and_build.result == 'failure') }} - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - ref: develop - - - name: Notify team - run: node .github/scripts/notifySlackTeam.js 'failure' 'CHANGELOG.md' ${{ secrets.RELEASE_FAILURE_SLACK_WEBHOOK }} ${{ github.run_id }} + handle_failure: + runs-on: ubuntu-latest + needs: [test_and_build, download_and_publish] + if: ${{ always() && (needs.download_and_publish.result == 'failure' || needs.test_and_build.result == 'failure') }} + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: develop + + - name: Notify team + run: node .github/scripts/notifySlackTeam.js 'failure' 'CHANGELOG.md' ${{ secrets.RELEASE_FAILURE_SLACK_WEBHOOK }} ${{ github.run_id }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e3381e352..d176e32c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [3.54.0] - 2024-02-01 +## [develop] ### Fixed - FCC subtitle settings menu showing two options with the same value +- Invalid release workflow file ## [3.53.0] - 2024-01-03 diff --git a/package-lock.json b/package-lock.json index 05f140758..4a7547279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitmovin-player-ui", - "version": "3.54.0", + "version": "3.53.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bitmovin-player-ui", - "version": "3.54.0", + "version": "3.53.0", "license": "MIT", "devDependencies": { "@inrupt/jest-jsdom-polyfills": "^1.6.0", diff --git a/package.json b/package.json index 45773c097..540984b06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitmovin-player-ui", - "version": "3.54.0", + "version": "3.53.0", "description": "Bitmovin Player UI Framework", "main": "./dist/js/framework/main.js", "types": "./dist/js/framework/main.d.ts",