Skip to content

Commit

Permalink
create temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde committed Mar 2, 2023
1 parent 363653b commit 88c769c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
if: ${{ steps.calc_version.outputs.version }} != ""
run: |
sed -i "s/^version = \".*\"$/version = \"${{ steps.calc_version.outputs.version }}\"/" Cargo.toml
- name: Commit new version to main but don't push
if: ${{ steps.calc_version.outputs.version }} != ""
run: |
git config --global user.email "[email protected]"
git config --global user.name "MOIA Rust Maintainers"
git commit -am "Phantom release ${{ steps.calc_version.outputs.version }} [skip ci]"
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v1
with:
Expand Down

0 comments on commit 88c769c

Please sign in to comment.