Skip to content

Commit

Permalink
Add a comment/warning to the generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
makaimann committed Feb 20, 2025
1 parent 99dfc11 commit ff277f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/write-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Update VERSION file
run: |
echo "${{ 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 ff277f6

Please sign in to comment.