mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
ci: testing autocommit further
This commit is contained in:
parent
9df36aeead
commit
e0b0d34750
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -37,6 +37,9 @@ jobs:
|
||||
appversion=$(echo "${{ steps.version-bump.outputs.new_tag }}" | sed 's/[v]//')
|
||||
sed -i -e "s/^version = .*/version = \"$appversion\"/" Cargo.toml
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
branch: rolling
|
||||
tagging_message: ${{ steps.version-bump.outputs.new_tag }}
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user