Skip to content

Commit

Permalink
Fix Publish workflow ref to use formatted tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jan 18, 2022
1 parent c1b1a8e commit 73ba425
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rtk.json
Expand Up @@ -17,7 +17,8 @@
"type": "yaml",
"params": {
"property": "jobs.build.steps.0.with.ref",
"post_release_value": "main"
"post_release_value": "main",
"release_format": "v{version}"
}
}
]
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed
- Fix Publish workflow ref to use formatted tag

## 2.3.0 - 2022-01-18
### Changed
- Change Engine unit tests to use HTML-formatted layout
Expand Down

0 comments on commit 73ba425

Please sign in to comment.