Debug
This commit is contained in:
parent
05144d3194
commit
59b42a2393
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
|
@ -38,20 +38,20 @@ jobs:
|
||||||
cargo set-version --workspace ${{ steps.vars.outputs.result }}
|
cargo set-version --workspace ${{ steps.vars.outputs.result }}
|
||||||
cargo generate-lockfile
|
cargo generate-lockfile
|
||||||
|
|
||||||
- name: Commit files
|
# - name: Commit files
|
||||||
run: |
|
# run: |
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
# git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "github-actions[bot]"
|
# git config --local user.name "github-actions[bot]"
|
||||||
git commit -am "Create release ${{ steps.vars.outputs.result }}"
|
# git commit -am "Create release ${{ steps.vars.outputs.result }}"
|
||||||
|
|
||||||
- name: Push changes
|
# - name: Push changes
|
||||||
uses: ad-m/github-push-action@master
|
# uses: ad-m/github-push-action@master
|
||||||
with:
|
# with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: ${{ github.ref }}
|
# branch: ${{ github.ref }}
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
base: origin/create_release/${{ steps.vars.outputs.result }}"
|
# base: origin/create_release/${{ steps.vars.outputs.result }}"
|
||||||
branch: main
|
branch: main
|
||||||
|
|
Loading…
Reference in New Issue
Block a user