Skip to content

Commit

Permalink
fix: executable pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus committed Dec 10, 2021
1 parent ef75ed3 commit e88aa4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
#!/bin/bash
git pull
EOF
chmod +x .git/hooks/pre-push
- name: Semantic Release
uses: Thomgrus/semantic-release-action@feat/add-working-dir
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-web-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
#!/bin/bash
git pull
EOF
chmod +x .git/hooks/pre-push
- name: Semantic Release
uses: Thomgrus/semantic-release-action@feat/add-working-dir
Expand Down
2 changes: 1 addition & 1 deletion code/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ara-web-ui",
"version": "1.0.0",
"version": "9.4.0",
"description": "Agile Regression Analyzer front app",
"author": "Decathlon <developers@decathlon.com>",
"private": true,
Expand Down

0 comments on commit e88aa4c

Please sign in to comment.