Skip to content

Commit

Permalink
fix: update publish_crates
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 committed Nov 24, 2024
1 parent 19d22eb commit 697480c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
command: install
args: --force cargo-make

- name: Create publish branch
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git checkout -b publish-version-${{ github.run_number }}
- name: Publish version
run: |
if [ "${{ github.event.inputs.version_type }}" = "patch" ]; then
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/upload_cov.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Upload Coverage Report

on:
push:
branches:
Expand Down

0 comments on commit 697480c

Please sign in to comment.