Skip to content

Commit

Permalink
Updated syntax in rtk config
Browse files Browse the repository at this point in the history
  • Loading branch information
ovlords committed Sep 11, 2024
1 parent ba1b35d commit a4bc2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Update Github Action Publish Docker image to `shinesolutions/aem-platform-buildenv:4.0.1`
- Updated syntax in rtk config

### Fixed
- Fix intermittent reset password failure #283
Expand Down

0 comments on commit a4bc2ff

Please sign in to comment.