Skip to content

Commit

Permalink
chore: fix mops publish without docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Oct 18, 2023
1 parent 2c12034 commit 504f223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: |
dfx identity use action
mops import-identity -- "$(dfx identity export action)"
mops publish
mops publish --no-docs
echo "version=$(cat mops.toml | grep "version =" | cut -d\" -f2)" >> "$GITHUB_OUTPUT"
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit 504f223

Please sign in to comment.