diff --git a/.rtk.json b/.rtk.json index 34e9ceb..b4672fb 100644 --- a/.rtk.json +++ b/.rtk.json @@ -15,7 +15,7 @@ "path": ".github/workflows/publish-workflow.yaml", "type": "yaml", "params": { - "property": "jobs.build.steps.[0].with.ref", + "property": "jobs.build.steps[0].with.ref", "post_release_value": "main" } } diff --git a/CHANGELOG.md b/CHANGELOG.md index ffae5b3..f7bf68d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +- Fixed incorrect syntax in RTK config file ## [4.1.7] - 2024-09-11 ### Added