Browse Source

Fixing the GitHub release workflow

pull/2109/head v0.15
Iban Eguia Moraza 2 years ago
parent
commit
9e81103cdf
No known key found for this signature in database
GPG Key ID: 777B7481C7DE661A
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -31,7 +31,7 @@ jobs:
run: |
git config --global user.email "runner@gha.local"
git config --global user.name "Github Action"
cargo workspaces publish --yes minor
cargo workspaces publish --from-git --yes minor
doc-publish:
# needs: publish
runs-on: ubuntu-latest

Loading…
Cancel
Save