Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Apr 30, 2022
1 parent e01e14e commit 84f3a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

update_changelog:
runs-on: ubuntu-latest
needs: check_if_version_upgraded
if: |
github.event_name == 'push' &&
needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-dsfr",
"version": "1.0.0",
"version": "1.0.1",
"description": "Keycloak theme for @gouv/dsfr",
"repository": {
"type": "git",
Expand Down

0 comments on commit 84f3a2a

Please sign in to comment.