Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
fix: remove version bump commit from CI (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty authored Mar 29, 2023
1 parent 8a65783 commit 683d7a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
sed "s/^version = \".*\"\$/version = \"$version\"/" ./Cargo.toml > /tmp/cargo.toml
mv /tmp/cargo.toml ./Cargo.toml
- name: "Commit version bump"
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: Bump version for release"
file_pattern: "Cargo.toml Cargo.lock"
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
# - name: "Commit version bump"
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: "chore: Bump version for release"
# file_pattern: "Cargo.toml Cargo.lock"
# commit_user_name: "github-actions[bot]"
# commit_user_email: "github-actions[bot]@users.noreply.github.com"

- name: "Install Rust toolchain (stable)"
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

- name: Login to GitHub Container Registry
- name: Login to GitHub Container Registryfix/ci
uses: docker/login-action@v2
with:
registry: ghcr.io
Expand Down

0 comments on commit 683d7a3

Please sign in to comment.