Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makaimann committed Feb 20, 2025
1 parent 81dcdf1 commit b7d6ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/write-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Update VERSION file
run: |
echo -e"# This file is auto-generated by a GitHub Action -- do not edit\n${{ steps.get_version.outputs.version }}" > VERSION
echo -e "# This file is auto-generated by a GitHub Action -- do not edit\n${{ steps.get_version.outputs.version }}" > VERSION
- name: Commit and push if changed
run: |
Expand Down

0 comments on commit b7d6ec2

Please sign in to comment.