Skip to content

Commit

Permalink
Corrects RTK config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-d committed Sep 13, 2024
1 parent 48db12a commit 3618645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rtk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3618645

Please sign in to comment.