mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
ci: adding in cargo.toml version in auto git commit
This commit is contained in:
parent
31837eb7ec
commit
208bdad145
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: auto commit
|
- name: auto commit
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "[skip ci] Automated Change"
|
commit_message: "[skip ci] update Cargo.toml to ${{ steps.version-bump.outputs.new_tag }}"
|
||||||
branch: update-from-${{ github.sha }}
|
branch: update-from-${{ github.sha }}
|
||||||
# create PR using GitHub CLI
|
# create PR using GitHub CLI
|
||||||
- name: create PR with update info
|
- name: create PR with update info
|
||||||
@ -56,7 +56,6 @@ jobs:
|
|||||||
run: gh pr merge --admin --merge --subject 'Merge update info' --delete-branch
|
run: gh pr merge --admin --merge --subject 'Merge update info' --delete-branch
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }}
|
GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }}
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user