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 a58c0a5 commit 3ae3c21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
- name: Overwrite version.h
uses: "DamianReeves/write-file-action@master"
with:
path: version.h
path: src/version.cpp
write-mode: overwrite
contents: |
const char* getVersion() {return "${{ steps.previoustag.outputs.tag }}";}
#include "AsyncFsWebServer.h" |
const char* AsyncFsWebServer::getVersion() { |
return "${{ steps.previoustag.outputs.tag }}"; |
} |
- name: Commit & Push
uses: Andro999b/[email protected]
Expand Down

0 comments on commit 3ae3c21

Please sign in to comment.