From 36186457280496fab70c2ebcdfa0701b9dc1ee6d Mon Sep 17 00:00:00 2001 From: Matthew Dingle Date: Fri, 13 Sep 2024 11:54:17 +1000 Subject: [PATCH] Corrects RTK config --- .rtk.json | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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