Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AlexTraveylan/EcoTrack
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTraveylan committed Jan 6, 2025
2 parents 8ffe02c + 83dccd0 commit 9478052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: npm run build

- name: Bump version and commit
if: github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '#major') || contains(github.event.head_commit.message, '#minor') || contains(github.event.head_commit.message, '#patch')
if: github.ref == 'refs/heads/main'
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand All @@ -77,4 +77,4 @@ jobs:
git add package.json
git commit --amend --no-edit
git push origin HEAD:$GITHUB_REF
git push --force-with-lease
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eco-track",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down

0 comments on commit 9478052

Please sign in to comment.