Skip to content

Commit

Permalink
Actions (#122)
Browse files Browse the repository at this point in the history
* add github action
  • Loading branch information
smedegaard authored Dec 2, 2024
1 parent 63c6e6f commit dccbbfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
git config user.email "<>"
- name: Commit and push changes
uses: devops-infra/action-commit-push@master
run: |
git add Cargo.toml
git commit -m '[Github Actions] update version to ${{ steps.get_version.outputs.RELEASE_VERSION }}'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_message: Replaced foo with bar

- name: Publish to crates.io
run: cargo publish --token ${CRATES_TOKEN}
Expand Down

0 comments on commit dccbbfe

Please sign in to comment.