Skip to content

Commit

Permalink
ci(all): Test format mattermost notification
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Mar 1, 2024
1 parent c824383 commit b43b41a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish_compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
bodyFile: /tmp/changelog.md

- name: Notify to Mattermost
if: ${{ !env.PRERELEASE }}
# if: ${{ !env.PRERELEASE }}
uses: mattermost/action-mattermost-notify@master
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_RELEASE_URL }}
2 changes: 1 addition & 1 deletion components/ecoindex/compute/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.0a0
5.7.0
2 changes: 1 addition & 1 deletion projects/ecoindex_compute/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecoindex_compute"
version = "5.6.0a0"
version = "5.7.0"
readme = "README.md"
description = "Ecoindex module provides a simple way to measure the Ecoindex score based on the 3 parameters: The DOM elements of the page, the size of the page and the number of external requests of the page"
authors = ['Vincent Vatelot <[email protected]>']
Expand Down

0 comments on commit b43b41a

Please sign in to comment.