Skip to content

Commit

Permalink
Releasing v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Oct 10, 2023
1 parent 78b6281 commit ca89ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -144,7 +144,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.10.0'
image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.11.0'

branding:
icon: 'check-circle'
Expand Down
2 changes: 1 addition & 1 deletion python/publish/__init__.py
Expand Up @@ -11,7 +11,7 @@
UnitTestRunDeltaResults, UnitTestRunResultsOrDeltaResults, ParseError

# keep the version in sync with action.yml
__version__ = 'v2.10.0'
__version__ = 'v2.11.0'

logger = logging.getLogger('publish')
digest_prefix = '[test-results]:data:'
Expand Down

0 comments on commit ca89ad0

Please sign in to comment.