We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f928f4 + 4c5681c commit 7166ac4Copy full SHA for 7166ac4
.travis.yml
@@ -121,4 +121,4 @@ jobs:
121
# and the README.md
122
- sed -i -e 's/||VERSION||/'$CRATE_VERSION'/g' README.md
123
# publish with token and dirty flag as we just updated some files and won't commit them back to the branch
124
- script: cargo make publish --env CRATES_TOKEN="$CRATES_TOKEN" > /dev/null
+ script: cargo make publish --profile travis --env CRATES_TOKEN="$CRATES_TOKEN" > /dev/null
0 commit comments