Skip to content

Commit

Permalink
Update versioning.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt authored Jan 7, 2024
1 parent 2f76f54 commit 5518957
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,15 @@ jobs:
title: ${{ steps.semvers.outputs.patch }}
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Write File
# You may pin to the exact commit or the version.
# uses: DamianReeves/write-file-action@0a7fcbe1960c53fc08fe789fa4850d24885f4d84
uses: DamianReeves/[email protected]
with:
# The path to the file to write
path: /version.h
# The contents of the file
contents: const char* getVsersion() { return "1.0.4";}
# The mode of writing to use: `overwrite`, `append`, or `preserve`.
write-mode: overwrite

0 comments on commit 5518957

Please sign in to comment.