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 2ab5f2e commit 555033a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
return "${{ steps.previoustag.outputs.tag }}";
}
- name: Commit & Push changes
uses: actions-js/push@master
uses: stefanzweifel/git-auto-commit-action@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
author_email: [email protected]
branch: master
force: true
commit_message: Set new version

0 comments on commit 555033a

Please sign in to comment.