0
0
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:
Scott 2024-01-29 11:30:26 -05:00
parent a7b8be2bdf
commit 7748ed2b08

View File

@ -39,7 +39,10 @@ jobs:
run: | run: |
appversion=$(echo "${{ steps.version-bump.outputs.new_tag }}" | sed 's/[v]//') appversion=$(echo "${{ steps.version-bump.outputs.new_tag }}" | sed 's/[v]//')
sed -i -e "s/^version = .*/version = \"$appversion\"/" Cargo.toml 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 # create PR using GitHub CLI
- name: create PR with update info - name: create PR with update info
id: create-pr id: create-pr