Skip to content

Commit

Permalink
Merge pull request #36 from microsoft/user/lemccomb/retst1
Browse files Browse the repository at this point in the history
release tests
  • Loading branch information
lemccomb authored Sep 28, 2023
2 parents 41136ca + a46e62b commit 90e96ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# We include the release event as a no-op because release_assets requires it to run.
#
# Note: The Create Semver Tag failed but it wasn't because of a push event not completing. The command "git rev-parse --abbrev-ref HEAD --quiet" returned heads/main when it should have just returned main.
# Maybe this was because of a bad merge state in the working branch?
# Maybe this was because of a bad merge state in the working branch? Docker failure. Try again.
create_release:
name: Create Release
if: ${{ github.event_name == 'push' || github.event_name == 'release'}}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

**Merged pull requests:**

- Testing release job [\#35](https://github.com/microsoft/CoseSignTool/pull/35) ([lemccomb](https://github.com/lemccomb))
- Update dotnet.yml [\#34](https://github.com/microsoft/CoseSignTool/pull/34) ([lemccomb](https://github.com/lemccomb))
- restore missing checkout step [\#33](https://github.com/microsoft/CoseSignTool/pull/33) ([lemccomb](https://github.com/lemccomb))
- User/lemccomb/tidy2 [\#32](https://github.com/microsoft/CoseSignTool/pull/32) ([lemccomb](https://github.com/lemccomb))
Expand Down

0 comments on commit 90e96ad

Please sign in to comment.