Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylmakalle committed May 21, 2024
1 parent e156e8a commit cb0e933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
EOF
)
git commit -m "[no ci] Version $(COMMIT_VERSION)" || true
git commit -m "[no ci] Version ${COMMIT_VERSION}" || true
- name: Push update
run: git push origin main || true
Expand Down

0 comments on commit cb0e933

Please sign in to comment.