Skip to content

Commit

Permalink
Releasing v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Dec 22, 2023
1 parent bea8616 commit e780361
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 @@ -148,7 +148,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.11.0'
image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.12.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.11.0'
__version__ = 'v2.12.0'

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

0 comments on commit e780361

Please sign in to comment.