mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
ci: testing PR create and merge - potentially fixed PR issue2
This commit is contained in:
parent
a7b8be2bdf
commit
7748ed2b08
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -39,7 +39,10 @@ jobs:
|
||||
run: |
|
||||
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
|
||||
- name: auto commit
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
branch: feature-123
|
||||
# create PR using GitHub CLI
|
||||
- name: create PR with update info
|
||||
id: create-pr
|
||||
|
Loading…
Reference in New Issue
Block a user