Skip to content

Commit

Permalink
Merge pull request shinesolutions#288 from shinesolutions/feature/fix…
Browse files Browse the repository at this point in the history
…-rtk-config

Corrects RTK config
  • Loading branch information
mattd-mb authored Sep 13, 2024
2 parents 48db12a + 3618645 commit 51089c2
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 51089c2

Please sign in to comment.