Skip to content

Commit

Permalink
Fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
StelFoog committed Nov 6, 2024
1 parent 440da00 commit 6ce076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: yarn build
- name: Get commit message
id: commit-title
run: yarn --silent github buildCommitTitle >> "$GITHUB_OUTPUT"
run: yarn --silent github commitTitle >> "$GITHUB_OUTPUT"
- name: Commit build
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 6ce076c

Please sign in to comment.