mirror of
https://github.com/telemt/telemt.git
synced 2026-04-16 10:04:10 +03:00
Update release.yml
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -120,9 +120,9 @@ jobs:
|
|||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
# Commit and push changes
|
# Commit and push changes
|
||||||
git add Cargo.toml Cargo.lock
|
#git add Cargo.toml Cargo.lock
|
||||||
git commit -m "chore: bump version to $VERSION" || echo "No changes to commit"
|
#git commit -m "chore: bump version to $VERSION" || echo "No changes to commit"
|
||||||
git push origin HEAD:main
|
#git push origin HEAD:main
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user