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 da5e160 commit 331c3d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
const char* AsyncFsWebServer::getVersion() {
return "${{ steps.previoustag.outputs.tag }}";
}
- name: Commit & Push changes
uses: stefanzweifel/git-auto-commit-action@v5
- name: Commit & Push
uses: Andro999b/[email protected]
with:
commit_message: Set new version
commit_options: '--amend --no-edit'
push_options: '--force'
skip_fetch: true
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: master
force: true
message: 'Overwritten by Github Actions'

0 comments on commit 331c3d0

Please sign in to comment.