diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 41453d78..17fda085 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -181,7 +181,7 @@ jobs: with: source_file: "${{ github.workspace }}/artifact/melondsds_libretro-linux-x86_64-Release/cores/melondsds_libretro.info" destination_branch_create: "release-v${{ steps.changelog.outputs.version }}" - destination_branch: "release-v${{ steps.changelog.outputs.version }}" + destination_branch: "master" destination_repo: '${{ github.triggering_actor }}/libretro-super' destination_folder: 'dist/info' user_email: 'github-actions[bot]@users.noreply.github.com' diff --git a/CHANGELOG.md b/CHANGELOG.md index 48314ee7..5e87d735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project roughly adheres to [Semantic Versioning](https://semver.org/spe Nothing right now. +## [0.7.14] - 2023-11-06 + +### Changed + +- Another test release as I work out the submission workflow. + ## [0.7.13] - 2023-11-06 ### Changed