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 3ae3c21 commit 3a66884
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ jobs:
#include "AsyncFsWebServer.h" |
const char* AsyncFsWebServer::getVersion() { |
return "${{ steps.previoustag.outputs.tag }}"; |
} |
- name: Commit & Push
uses: Andro999b/[email protected]
}
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: master
force: true
message: 'Overwritten by Github Actions - ${date}'

# - name: Commit & Push
# uses: Andro999b/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: master
# force: true
# message: 'Overwritten by Github Actions - ${date}'

0 comments on commit 3a66884

Please sign in to comment.