Skip to content

Commit

Permalink
Merge pull request #28 from microsoft/user/lemccomb/manrel
Browse files Browse the repository at this point in the history
adjust fiel paths
  • Loading branch information
lemccomb authored Sep 27, 2023
2 parents d7eda1e + 3f982c3 commit d686ee0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
# Upload the release artifacts but only if it's an official release
- name: Call Upload Assets action
if: steps.get_release_type.outputs.is_official_release
uses: ./.github/workflows/UploadAssets.yml
uses: ./.github/workflows/UploadAssets.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ jobs:

# Upload the release artifacts.
- name: Call Upload Assets action
uses: ./.github/workflows/UploadAssets.yml
uses: ./.github/workflows/UploadAssets.yml@main
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## [Unreleased](https://github.com/microsoft/CoseSignTool/tree/HEAD)
## [v0.3.1-pre.1](https://github.com/microsoft/CoseSignTool/tree/v0.3.1-pre.1) (2023-09-27)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v0.3.1...HEAD)
[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v0.3.1...v0.3.1-pre.1)

**Merged pull requests:**

- Add workflow for manually created releases [\#27](https://github.com/microsoft/CoseSignTool/pull/27) ([lemccomb](https://github.com/lemccomb))
- Test publish [\#26](https://github.com/microsoft/CoseSignTool/pull/26) ([lemccomb](https://github.com/lemccomb))
- Enable official releases [\#25](https://github.com/microsoft/CoseSignTool/pull/25) ([lemccomb](https://github.com/lemccomb))
- checkout from main instead of current branch to get semver [\#24](https://github.com/microsoft/CoseSignTool/pull/24) ([lemccomb](https://github.com/lemccomb))
- Update dotnet.yml with missing pipe [\#23](https://github.com/microsoft/CoseSignTool/pull/23) ([lemccomb](https://github.com/lemccomb))
Expand Down

0 comments on commit d686ee0

Please sign in to comment.