Skip to content

Commit

Permalink
Attempt to fix publish workflow (directrly to master)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleasims committed Dec 12, 2024
1 parent e91a110 commit f17cdcf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,10 @@ jobs:
ls buf_exported/
cat buf_exported/protos.txt
- name: Cargo login
- name: Cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: |
cargo login
- name: Cargo publish
# --allow-dirty is required because buf-exportes files are not commited to git,
# but included into package
run: |
cargo publish --allow-dirty
- name: Cargo logout
run: |
cargo logout

0 comments on commit f17cdcf

Please sign in to comment.