Skip to content

Commit

Permalink
Releasing v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jun 20, 2023
1 parent b6956ad commit f0b5d24
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 @@ -139,7 +139,7 @@ outputs:

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

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

0 comments on commit f0b5d24

Please sign in to comment.